-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
66 lines (66 loc) · 1.61 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
{
"name": "gridcontrol",
"version": "0.13.0",
"description": "Grid control system for scalable micro service applications",
"repository": {
"type": "git",
"url": "git://github.com/gridcontrol/gridcontrol.git"
},
"engines": {
"node": ">=4.0"
},
"main": "index.js",
"apps": [
{
"name": "gridcontrol",
"script": "index.js",
"env": {
"PM2_EXTRA_DISPLAY": "true"
}
}
],
"scripts": {
"test": "NODE_ENV='test' DEBUG='gc:*' ./node_modules/.bin/mocha test/*.mocha.js -b",
"testbehavior" : "bash ./test/behavior/scenario.sh",
"docs": "rm -rf apidocs; ./node_modules/.bin/jsdoc src -c jsdoc.json -t ./node_modules/ink-docstrap/template -R DOC.md -d apidocs -r"
},
"dependencies": {
"async" : "*",
"amp": "0.3.1",
"amp-message": "0.1.1",
"bluebird": "^3.4.0",
"body-parser": "*",
"buffer-equals": "^1.0.3",
"chalk": "*",
"ignore": "*",
"connections": "^1.4.2",
"debug": "*",
"dns-socket": "*",
"express": "*",
"fmt": "*",
"hypelight": "latest",
"length-prefixed-message": "^3.0.3",
"memdb": "^1.3.1",
"moniker": "*",
"progress-bar": "*",
"pm2": "latest",
"pmx": "*",
"pump": "^1.0.1",
"random-access-file": "^1.2.0",
"request": "*",
"rimraf": "^2.6.1",
"tar-fs": "*",
"to-buffer": "^1.0.1",
"dns-discovery": "^5.6.0",
"thunky": "*"
},
"author": "Gridcontrol <[email protected]>",
"license": "Apachev2",
"devDependencies": {
"should": "*",
"mocha": "*",
"jsdoc": "*",
"ink-docstrap": "*",
"changelog-maker": "^2.2.2"
}
}