forked from petruisfan/node-supervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.16 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
{ "name" : "supervisor"
, "version" : "0.3.4"
, "description" : "A supervisor program for running nodejs programs"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Todd Branchflower <toddbran@stanford.edu>"
, "Brian Ehmann <behmann@gmail.com>"
, "Corey Jewett <cj@syntheticplayground.com>"
, "Taka Kojima <taka.kojima@ff0000.com>"
, "Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>"
, "Scott Sanders <scott@stonecobra.com>"
, "Fernando H. Silva <ferhensil@gmail.com>"
, "David Taylor <david@zensatellite.com>"
, "Antonio Touriño <atourino@gmail.com>"
, "Ian Young <ian.greenleaf@gmail.com>"
, "Giannis Dzegoutanis <erasmospunk@gmail.com>"
, "jazzzz <jazzzz@gmail.com>"
, "rma4ok <rma4ok@gmail.com>"
]
, "repository":
{ "type": "git"
, "url": "git://github.com/isaacs/node-supervisor.git"
}
, "bugs": "https://github.com/isaacs/node-supervisor/issues"
, "homepage": "https://github.com/isaacs/node-supervisor/"
, "main" : "lib/supervisor.js"
, "bin" :
{ "node-supervisor" : "lib/cli-wrapper.js"
, "supervisor" : "lib/cli-wrapper.js"
}
, "engines" : { "node" : "~0.3.7 || 0.4 || 0.5 || 0.6 || 0.7 || 0.8" }
, "preferGlobal" : true
}