-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.02 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
48
49
50
51
52
53
{
"name": "nodev",
"version": "0.8.8",
"description": "Auto re-loading of node apps with node-inspector",
"homepage": "http://akamensky.github.io/nodev/",
"author": {
"name": "Eric Vicenti",
"url": "http://github.com/ericvicenti"
},
"contributors": [
{
"name": "Alexey Kamenskiy",
"email": "aleksey.kamensky@gmail.com",
"url": "http://github.com/akamensky/"
}
],
"keywords": [
"monitor",
"development",
"restart",
"autoload",
"reload",
"debug",
"node-inspector",
"dev",
"inspector",
"console"
],
"repository": {
"type": "git",
"url": "http://github.com/akamensky/nodev.git"
},
"engines": {
"node": ">=0.8.0"
},
"bin": {
"nodev": "./nodev.js"
},
"dependencies": {
"async": "^1.5.2",
"node-inspector": "^0.12.7",
"nodemon": "^1.9.1",
"portscanner": "^1.0.0"
},
"preferGlobal": true,
"licenses": [
{
"type": "MIT",
"url": "http://rem.mit-license.org"
}
],
"main": "./nodev"
}