{ "name" : "nodie"
, "description" : "nodie restarts an application if it dies"
, "version" : "0.0.3"
, "homepage" : "https://github.com/stagas/nodie"
, "author" : "George Stagas <gstagas@gmail.com> (http://stagas.com/)"
, "repository" :
  { "type" : "git"
  , "url" : "https://github.com/stagas/nodie.git"
  }
, "bin" : { "nodie" : "./nodie.js" }
, "engines" : { "node" : "*" }
}