-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.32 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
{
"name": "kalabox-cli",
"description": "A framework to build reusable, super fast, highly customizable, extensible integrated workflow solutions for all kinds of apps.",
"license": "MIT",
"keywords": [
"docker",
"kalabox",
"drupal",
"wordpress"
],
"main": "lib/kbox.js",
"preferGlobal": true,
"version": "0.12.0-beta.1",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/kalabox/kalabox/issues"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"bin": {
"kbox": "./bin/kbox.js"
},
"scripts": {
"test": "istanbul cover _mocha"
},
"dependencies": {
"bluebird": "^2.9.3",
"chalk": "~0.5.1",
"dockerode": "^2.2.7",
"download": "^4.4.3",
"fs-extra": "^0.18.2",
"inquirer": "^0.8.3",
"js-yaml": "^3.4.6",
"kalabox-app-pantheon": "https://github.com/kalabox/kalabox-app-pantheon/tarball/v0.12",
"kalabox-app-php": "https://github.com/kalabox/kalabox-app-php/tarball/v0.12",
"kalabox-stats-client": "^0.2.1",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"redis": "https://github.com/kalabox/node_redis/tarball/master",
"restler": "^3.2.2",
"sha1": "^1.1.0",
"shell-escape": "https://github.com/kalabox/node-shell-escape/tarball/master",
"shelljs": "^0.6.0",
"ssh-fingerprint": "0.0.1",
"ssh-keygen": "^0.2.1",
"sync-exec": "^0.6.2",
"uuid": "^2.0.1",
"verror": "1.6.x",
"winston": "^0.9.0",
"yargs": "^3.7.0"
},
"devDependencies": {
"bats": "git+https://github.com/sstephenson/bats.git#master",
"ben": "0.0.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.3.0",
"documentation": "4.0.0-beta",
"grunt": "^0.4.5",
"grunt-bump": "0.7.0",
"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-mocha-cli": "^2.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-shell": "^1.1.1",
"istanbul": "^0.3.2",
"jshint-stylish": "~1.0.0",
"matchdep": "^0.3.0",
"mocha": "^2.3.4",
"mock-fs": "^3.5.0",
"randomstring": "^1.0.5",
"rewire": "^2.1.0",
"sinon": "^1.10.3"
}
}