forked from kalabox/kalabox
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "kalabox",
"description": "A framework to build reusable, super fast, highly customizable, extensible integrated workflow solutions for all kinds of apps.",
"keywords": [
"docker",
"kalabox",
"drupal",
"wordpress"
],
"preferGlobal": true,
"version": "0.9.7",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/kalabox/kalabox-issues"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"bin": {
"kbox": "./bin/kbox.js"
},
"scripts": {
"test": "istanbul cover _mocha",
"postinstall": "node ./scripts/postinstall.js"
},
"dependencies": {
"async": "^0.9.0",
"async-eventemitter": "^0.2.2",
"bluebird": "^2.9.3",
"chalk": "~0.5.1",
"decompress": "^2.1.1",
"diskspace": "^0.1.7",
"download": "^3.3.0",
"download-progress": "0.0.1",
"download-status": "^2.1.0",
"fileinput": "https://github.com/kalabox/node-fileinput/tarball/master",
"fs-extra": "^0.18.2",
"inquirer": "^0.8.3",
"kalabox-metrics-rest": "^0.1.0",
"liftoff": "~0.13.2",
"lodash": "~3.6.0",
"minimist": "~1.1.0",
"mkdirp": "^0.5.0",
"node-getopt": "^0.2.3",
"npm": "^2.5.1",
"progress": "^1.1.8",
"regex": "^0.1.1",
"restler": "^3.2.2",
"rimraf": "~2.2.8",
"shelljs": "^0.3.0",
"tildify": "~1.0.0",
"tsort": "0.0.1",
"uuid": "^2.0.1",
"vasync": "~1.6.0",
"verror": "1.6.x",
"winston": "^0.9.0",
"yargs": "^3.7.0"
},
"devDependencies": {
"ben": "0.0.0",
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "~0.8.1",
"grunt-jsdoc": "^0.5.7",
"grunt-shell": "^1.1.1",
"istanbul": "^0.3.2",
"jsdoc-oblivion": "0.0.4",
"jshint-stylish": "~1.0.0",
"matchdep": "^0.3.0",
"mocha": "^1.21.5",
"mock-fs": "^2.3.1",
"randomstring": "^1.0.5",
"rewire": "^2.1.0",
"sha1": "^1.1.0",
"sinon": "^1.10.3"
}
}