-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 779 Bytes
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
{
"name": "decking",
"version": "0.5.0",
"description": "A Docker helper to create, manage and run clusters of containers",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/meetfinch/decking.git"
},
"bin": {
"decking": "./bin/decking"
},
"author": "Nick Payne",
"license": "MIT",
"dependencies": {
"JSONStream": "^0.10.0",
"async": "^0.9.0",
"colors": "^1.0.3",
"deptree": "~0.1.0",
"dockerode": "^2.0.7",
"js-yaml": "^3.2.6",
"lodash": "^3.2.0",
"read": "~1.0.5",
"tcp-port-used": "^0.1.2"
},
"devDependencies": {
"chai": "^2.0.0",
"grunt": "^0.4.5",
"grunt-simple-mocha": "~0.4.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}