-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "code-machine",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "ISC",
"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.2.5",
"request": "^2.60.0",
"rimraf": "^2.4.3",
"socket.io-client": "^1.3.6"
},
"dependencies": {
"async": "^1.4.2",
"bower": "^1.5.2",
"carbo-inspector": "git+ssh://[email protected]/carbono-io/carbo-inspector.git",
"carbono-json-messages": "0.0.3",
"commander": "^2.8.1",
"config": "^1.15.0",
"consign": "^0.1.1",
"dom-fs": "^2.1.3",
"express": "^4.13.3",
"lodash": "^3.10.1",
"q": "^1.4.1",
"socket.io": "^1.3.6"
}
}