forked from ericvicenti/nodev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 889 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
{
"name": "nodev",
"homepage": "http://ericvicenti.github.com/nodev/",
"original_author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"author": {
"name": "Eric Vicenti",
"url": "http://github.com/ericvicenti"
},
"bin": { "nodev" : "./nodev.js" },
"repository": { "type" : "git", "url" : "http://github.com/ericvicenti/nodev.git" },
"description": "Auto re-loading of node apps with node-inspector",
"keywords": ["monitor", "development", "restart", "autoload", "reload", "debug", "node-inspector", "dev", "inspector", "console"],
"version": "0.7.2",
"preferGlobal" : "true",
"licenses": [{
"type": "MIT",
"url": "http://rem.mit-license.org"
}],
"dependencies":{
"underscore":"1.3.x",
"socket.io":"0.9.x",
"node-inspector":"0.2.x"
},
"main": "./nodev"
}