migrating repo to Bodyrep org

This commit is contained in:
2013-01-19 11:23:43 -05:00
parent 31b7303f43
commit 4ea082330b
891 changed files with 142706 additions and 0 deletions

25
node_modules/supervisor/package.json.orig generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{ "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
}