-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "weblab",
"version": "1.0.0",
"description": "University of Lorraine - Tutored Project for the final year of a BS in Computer Science.",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"master": "nodemon Master/app.js --ignore Master/public",
"slave": " nodemon Slave/app.js --ignore Slave/public"
},
"repository": {
"type": "git",
"url": "https://github.com/TPCISIIE/WebLab.git"
},
"author": "Xavier CHOPIN, Corentin LABROCHE, David LEBRUN",
"license": "MIT",
"bugs": {
"url": "https://github.com/TPCISIIE/WebLab/issues"
},
"homepage": "https://github.com/TPCISIIE/WebLab#readme",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"cpu-stat": "^2.0.1",
"express": "^4.14.0",
"find-port": "^2.0.1",
"ip": "^1.1.4",
"morgan": "~1.7.0",
"node-sass-middleware": "0.9.8",
"nodemon": "^1.11.0",
"perfy": "*",
"promptly": "^2.1.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"socket.io": "^1.7.2",
"twig": "^1.10.4",
"util-each": "^1.0.1",
"vm2": "^3.4.6"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-jquery": "^1.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1"
}
}