-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
bitbucket{
"name": "stack",
"version": "0.8.0",
"description": "",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"await-sleep": "0.0.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"command-exists": "^1.2.7",
"connect": "^3.6.6",
"consul": "^0.31.0",
"cookie-parser": "^1.4.3",
"dockerode": "^2.5.5",
"graphviz": "0.0.8",
"ioredis": "^3.2.2",
"is-running": "^2.1.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"monocle-api": "^1.1.51",
"opn": "^5.3.0",
"rimraf": "^2.6.2",
"serve-static": "^1.13.2",
"shelljs": "^0.8.2",
"shorthash": "0.0.2",
"signal-exit": "^3.0.2",
"strformat": "0.0.7",
"tmp": "0.0.33",
"url-join": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.9.1",
"mocha": "^5.2.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive --timeout 60000",
"lint": "./node_modules/.bin/eslint ."
},
"author": "Peter Moberg <[email protected]>",
"bin": {
"stack": "lib/stack.js"
}
}