mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
105 lines
2.2 KiB
JSON
105 lines
2.2 KiB
JSON
{
|
|
"name": "supervisor",
|
|
"version": "0.5.0",
|
|
"description": "A supervisor program for running nodejs programs",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Todd Branchflower",
|
|
"email": "toddbran@stanford.edu"
|
|
},
|
|
{
|
|
"name": "Giannis Dzegoutanis",
|
|
"email": "erasmospunk@gmail.com"
|
|
},
|
|
{
|
|
"name": "Brian Ehmann",
|
|
"email": "behmann@gmail.com"
|
|
},
|
|
{
|
|
"name": "Corey Jewett",
|
|
"email": "cj@syntheticplayground.com"
|
|
},
|
|
{
|
|
"name": "Taka Kojima",
|
|
"email": "taka.kojima@ff0000.com"
|
|
},
|
|
{
|
|
"name": "Aneil Mallavarapu",
|
|
"email": "aneil@blipboard.com"
|
|
},
|
|
{
|
|
"name": "Jonathan 'Wolf' Rentzsch",
|
|
"email": "jwr.git@redshed.net"
|
|
},
|
|
{
|
|
"name": "Scott Sanders",
|
|
"email": "scott@stonecobra.com"
|
|
},
|
|
{
|
|
"name": "Fernando H. Silva",
|
|
"email": "ferhensil@gmail.com"
|
|
},
|
|
{
|
|
"name": "Kei Son",
|
|
"email": "heyacct@gmail.com"
|
|
},
|
|
{
|
|
"name": "David Taylor",
|
|
"email": "david@zensatellite.com"
|
|
},
|
|
{
|
|
"name": "Antonio Touriño",
|
|
"email": "atourino@gmail.com"
|
|
},
|
|
{
|
|
"name": "Oliver Wong",
|
|
"email": "oliver@owiber.com"
|
|
},
|
|
{
|
|
"name": "Ian Young",
|
|
"email": "ian.greenleaf@gmail.com"
|
|
},
|
|
{
|
|
"name": "jazzzz",
|
|
"email": "jazzzz@gmail.com"
|
|
},
|
|
{
|
|
"name": "rma4ok",
|
|
"email": "rma4ok@gmail.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/node-supervisor.git"
|
|
},
|
|
"bugs": {
|
|
"name": "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"
|
|
},
|
|
"preferGlobal": true,
|
|
"_id": "supervisor@0.5.0",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.21",
|
|
"_nodeVersion": "v0.6.18",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "750a796b2627a0562ae7d837cd6a250e23b6cb5a"
|
|
},
|
|
"_from": "supervisor"
|
|
}
|