-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "ide-mission-control",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.3",
"carbono-json-messages": "0.0.2",
"carbono-service-manager": "0.0.6",
"colors": "^1.1.2",
"config": "^1.15.0",
"consign": "^0.1.1",
"express": "4.13.3",
"express-http-proxy": "^0.6.0",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"q": "^1.4.1",
"request": "^2.60.0",
"socket.io": "^1.3.6"
},
"devDependencies": {
"chai": "3.2.0",
"gulp": "3.9.0",
"gulp-istanbul": "0.10.0",
"gulp-jscs": "2.0.0",
"gulp-jshint": "1.11.2",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "2.2.0",
"jsdoc": "3.3.2",
"jshint-stylish": "2.0.1",
"mocha": "^2.3.0",
"nodemon": "^1.4.0",
"should": "^7.0.2",
"sinon": "^1.17.1",
"socket.io-client": "^1.3.6",
"supertest": "^1.0.1"
}
}