mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 13:35:58 +00:00
18 lines
696 B
JSON
18 lines
696 B
JSON
{ "name" : "supervisor"
|
|
, "version" : "0.2.0"
|
|
, "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" }
|
|
, "preferGlobal" : true
|
|
}
|