forked from petruisfan/node-supervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 703 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "name" : "supervisor"
, "version" : "0.3.1"
, "description" : "A supervisor program for running nodejs programs"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" : [ "Brian Ehmann <behmann@gmail.com>"
, "David Taylor <david@zensatellite.com>"
, "Antonio Touriño <atourino@gmail.com>"
, "Ian Young <ian.greenleaf@gmail.com>"
, "Corey Jewett <cj@syntheticplayground.com>"
]
, "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" }
, "preferGlobal" : true
}