-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.14 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.14 KB
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
{
"name": "stacker",
"version": "0.1.0",
"description": "Stacker DevOps toolbelt",
"main": "index",
"engines": {
"iojs": ">= 1.3.0"
},
"preferGlobal": true,
"bin": {
"stacker": "bin/stacker"
},
"scripts": {
"test": "mocha --opts test/mocha.opts test/*test.*"
},
"repository": {
"type": "git",
"url": "git://github.com/getstacker/stacker.git"
},
"keywords": [
"stacker",
"devops",
"docker",
"cli"
],
"author": "Joe Johnston <joe@simple10.com> (http://simple10.com/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/getstacker/stacker/issues"
},
"homepage": "https://github.com/getstacker/stacker",
"dependencies": {
"chalk": "^1.0.0",
"coffee-script": "^1.9.1",
"glob": "^4.0.6",
"gulp": "^3.8.10",
"js-yaml": "^3.2.2",
"stack-trace": "0.0.9",
"stacker-args": "^1.0.2",
"stacker-globals": "^0.3.5",
"stacker-sandboxed": "^0.2.0",
"stacker-shelljs": "^0.1.0"
},
"devDependencies": {
"async-profile": "^0.4.0",
"chai": "^1.10.0",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"chai-as-promised": "^4.1.1"
}
}