forked from FormidableLabs/nodejs-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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": "nodejs-dashboard",
"version": "0.2.1",
"description": "",
"bin": "bin/nodejs-dashboard.js",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --recursive ./test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/nodejs-dashboard.git"
},
"author": "Jason Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/nodejs-dashboard/issues"
},
"homepage": "https://github.com/FormidableLabs/nodejs-dashboard#readme",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"blocked": "^1.2.1",
"commander": "^2.9.0",
"cross-spawn": "^4.0.2",
"lodash": "^4.16.2",
"pidusage": "^1.0.8",
"pretty-bytes": "^3.0.1",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"socketio": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"chai": "^3.5.0",
"eslint": "^2.10.2",
"eslint-config-formidable": "^2.0.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^1.16.0",
"mocha": "^3.1.1",
"sinon": "^1.17.6"
}
}