{
   "engines" : {
      "node" : ">=0.4.7"
   },
   "repository" : {
      "url" : "git://github.com/frodwith/node-init.git",
      "type" : "git"
   },
   "maintainers" : [
      {
         "email" : "frodwith@gmail.com",
         "name" : "Paul Driver"
      }
   ],
   "version" : "0.1.2",
   "licences" : [
      {
         "url" : "http://www.opensource.org/licenses/mit-license",
         "type" : "MIT License"
      }
   ],
   "dependencies" : {
      "daemon" : ">=0.3.0"
   },
   "name" : "init",
   "bugs" : "https://github.com/frodwith/node-init/issues",
   "author" : "Paul Driver <frodwith@gmail.com>",
   "description" : "Turn your node daemon into an LSB-like init script",
   "main" : "./init.js",
   "keywords" : [
      "daemon",
      "init",
      "service",
      "LSB"
   ],
   "devDependencies" : {},
   "contributors" : [
      {
         "email" : "frodwith@gmail.com",
         "name" : "Paul Driver"
      }
   ]
}
