{ "name" : "supervisor" , "version" : "0.2.0" , "description" : "A supervisor program for running nodejs programs" , "author" : "Isaac Z. Schlueter " , "contributors" : [ "Brian Ehmann " , "David Taylor " , "Antonio TouriƱo " , "Ian Young " , "Corey Jewett " ] , "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 }