-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "monitor",
"description": "Runtime monitoring for node.js applications",
"version": "0.6.10",
"main": "./lib/index.js",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com",
"url": "https://github.com/lorenwest"
},
"homepage": "http://lorenwest.github.com/node-monitor/",
"keywords": ["monitor", "node-monitor", "remote control", "realtime", "probe", "JMX"],
"repository": {
"type": "git",
"url": "git://github.com/lorenwest/node-monitor.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lorenwest/node-monitor/blob/master/LICENSE"
}
],
"dependencies": {
"config": ">=0.4.34 <0.5.0",
"cron": ">=0.1.3 <0.2.0",
"backbone": "0.9.9",
"underscore": ">=1.4.3 <1.5.0",
"backbone-callbacks": ">=0.1.4 <0.2.0",
"socket.io-client": ">=0.9.11 <0.10.0",
"socket.io": ">=0.9.10 <0.10.0"
},
"devDependencies": {
"grunt": "0.3.17"
},
"engines": { "node": ">= 0.6.0" },
"scripts": {
"test": "grunt test",
"start": "node monitor"
}
}