mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 07:01:38 +00:00
26 lines
816 B
JSON
26 lines
816 B
JSON
{ "name" : "supervisor"
|
|
<<<<<<< HEAD
|
|
, "version" : "0.1.3"
|
|
=======
|
|
, "version" : "0.1.2cj"
|
|
>>>>>>> coreyjewett/master
|
|
, "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>"
|
|
<<<<<<< HEAD
|
|
, "Antonio Touriño <atourino@gmail.com>"
|
|
, "Ian Young <ian.greenleaf@gmail.com>"
|
|
=======
|
|
, "Corey Jewett <cj@syntheticplayground.com>"
|
|
>>>>>>> coreyjewett/master
|
|
]
|
|
, "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" }
|
|
, "preferGlobal" : true
|
|
}
|