-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 992 Bytes
/
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
{
"name": "monitor-min",
"description": "Runtime monitoring for node.js applications",
"version": "0.5.13",
"main": "./lib/index.js",
"author": {
"name": "Loren West",
"email": "open_source@lorenwest.com",
"url": "https://github.com/lorenwest"
},
"homepage": "http://lorenwest.github.com/monitor-min/",
"repository": {
"type": "git",
"url": "git://github.com/lorenwest/monitor-min.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lorenwest/monitor-min/blob/master/LICENSE"
}
],
"dependencies": {
"config": ">=0.4.32 <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"
}
}