-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "@kapitchi/bb-box",
"version": "0.17.0",
"description": "Development box",
"main": "es5/src/index.js",
"bin": {
"bbox": "./bin/bbox.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Error: no build specified\" && exit 1"
},
"author": "Matus Zeman <[email protected]>",
"license": "MIT",
"dependencies": {
"@kapitchi/bb-dic": "1.5.2",
"@kapitchi/bb-service": "^1.4.0",
"bluebird": "^3.5.0",
"commander": "^2.11.0",
"dockerode": "^2.5.1",
"globby": "^6.1.0",
"inquirer": "^3.3.0",
"ip": "^1.1.5",
"joi": "^11.0.2",
"lodash": "^4.17.4",
"shelljs": "^0.7.8",
"yamljs": "^0.3.0"
},
"peerDependencies": {
"pm2": ">2.4"
},
"engines": {
"node": ">=7.6.0"
},
"files": [
"src",
"bin"
],
"bugs": {
"url": "https://github.com/matuszeman/bb-box/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/matuszeman/bb-box"
},
"devDependencies": {}
}