forked from lando/lando
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.88 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
{
"name": "lando",
"description": "The best local development solution in the galaxy.",
"license": "MIT",
"version": "3.0.0-alpha.18",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/lando"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/kalabox/lando/issues"
},
"main": "lib/lando.js",
"bin": {
"lando": "./bin/lando.js"
},
"directories": {
"lib": "./lib"
},
"pkg": {
"scripts": [
"bin/*.js",
"lib/**/*.js",
"plugins/**/*.js"
],
"assets": [
"package.json",
"**/*.cnf",
"**/*.conf",
"**/*.ini",
"**/*.php",
"**/*.yml",
"**/*.sh",
"**/*.vcl",
"**/*.json",
"**/*.toml"
]
},
"dependencies": {
"bluebird": "^3.4.1",
"cli-table": "^0.3.1",
"dockerode": "^2.4.2",
"fs-extra": "^0.18.2",
"github": "^9.2.0",
"inquirer": "^3.1.1",
"js-yaml": "^3.4.6",
"jsonfile": "^2.4.0",
"kalabox-stats-client": "^0.2.1",
"lodash": "^4.15.0",
"node-cache": "^4.1.1",
"object-hash": "^1.1.8",
"restler": "^3.4.0",
"shell-escape": "https://github.com/thinktandem/node-shell-escape/tarball/master",
"shelljs": "^0.6.0",
"sync-exec": "^0.6.2",
"uuid": "^2.0.1",
"winston": "^2.2.0",
"yargonaut": "^1.1.2",
"yargs": "^6.6.0",
"yargs-parser": "^4.2.1"
},
"devDependencies": {
"bats": "git+https://github.com/sstephenson/bats.git#master",
"chai": "^3.5.0",
"gitbook-cli": "^2.3.0",
"grunt": "^0.4.5",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-jscs": "~0.8.1",
"grunt-jsdoc-to-markdown": "^3.0.0",
"grunt-mocha-cli": "^3.0.0",
"grunt-shell": "^1.1.1",
"jshint-stylish": "~1.0.0",
"matchdep": "^0.3.0",
"pkg": "^4.1.0"
}
}