-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "cluster-monitor",
"version": "0.5.0-SNAPSHOT",
"description": "cluster-monitor ===============",
"main": "index.js",
"scripts": {
"test": "mocha --ui bdd --timeout 10s --reporter spec ./test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cubejs/cluster-monitor.git"
},
"author": "[email protected]",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "https://github.com/cubejs/cluster-monitor/issues"
},
"dependencies": {
"cluster-emitter": "~0.5.0",
"cluster-status": "~0.5.0",
"cluster-cache": "~0.5.0",
"graceful-fs": "~2.0.1",
"underscore": "~1.5.2",
"socket.io": "~0.9.0",
"express": "~3.1.0",
"when": "~2.7.0",
"ejs": "~0.8.0",
"npm": "~1.3.0"
},
"devDependencies": {
"optimist": "~0.6.0",
"mocha": "~1.15.1",
"should": "~2.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}