-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "monitor-dashboard",
"description": "Dashboard UI for node monitor",
"version": "0.6.7",
"main": "monitor.js",
"keywords": ["monitor", "dashboard", "node-monitor", "remote control", "monitoring", "control", "realtime", "control panel"],
"author": {
"name": "Loren West",
"email": "[email protected]",
"url": "http://github.com/lorenwest"
},
"homepage": "http://github.com/lorenwest/monitor-dashboard/",
"repository": {
"type": "git",
"url": "git://github.com/lorenwest/monitor-dashboard.git"
},
"bugs": {
"url": "https://github.com/lorenwest/monitor-dashboard/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lorenwest/monitor-dashboard/blob/master/LICENSE"
}
],
"dependencies": {
"config": ">=0.4.17 <0.5.0",
"connect": ">=2.8.1",
"backbone-callbacks": ">=0.1.5 <0.2.0",
"monitor": ">=0.6.3 <0.7.0",
"core-monitor": ">=0.6.3 <0.7.0"
},
"devDependencies": {
"grunt": "0.3.17"
},
"engines": { "node": ">= 0.8.0" },
"scripts": {
"test": "grunt test",
"start": "node monitor"
}
}