forked from makeusabrew/decking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 749 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.0.18",
"description": "A Docker helper to create, manage and run clusters of containers",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "http://github.com/makeusabrew/decking.git"
},
"bin": {
"decking": "./bin/decking.js"
},
"author": "Nick Payne",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-simple-mocha": "~0.4.0",
"chai": "~1.8.1",
"sinon-chai": "~2.4.0",
"sinon": "~1.7.3"
},
"dependencies": {
"async": "~0.2.9",
"deptree": "~0.1.0",
"read": "~1.0.5",
"JSONStream": "~0.7.1",
"dockerode": "~1.2.7",
"colors": "~0.6.2"
}
}