We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b58c8 commit d0e9ea0Copy full SHA for d0e9ea0
package.json
@@ -1,12 +1,14 @@
1
{ "name" : "supervisor"
2
-, "version" : "0.0.6"
+, "version" : "0.1.0"
3
, "description" : "A supervisor program for running nodejs programs"
4
, "author" : "Isaac Z. Schlueter <i@izs.me>"
5
-, "contributors" : [ "Brian Ehmann <behmann@gmail.com>", "David Taylor <david@zensatellite.com>" ]
6
-, "main" : "lib/supervisor"
+, "contributors" : [ "Brian Ehmann <behmann@gmail.com>"
+ , "David Taylor <david@zensatellite.com>"
7
+ ]
8
+, "main" : "lib/supervisor.js"
9
, "bin" :
10
{ "node-supervisor" : "lib/cli-wrapper.js"
11
, "supervisor" : "lib/cli-wrapper.js"
12
}
-, "engines" : { "node" : ">=0.1.90" }
13
+, "engines" : { "node" : "~0.2.3 || ~0.3" }
14
0 commit comments