the-shepherd
Version:
Control a herd of wild processes.
27 lines (26 loc) • 606 B
JSON
{
"name": "the-shepherd",
"version": "0.2.4",
"description": "Control a herd of wild processes.",
"main": "lib/herd.js",
"bin": {
"shepherd": "bin/shepherd"
},
"scripts": {
"test": "make test",
"prepublish": "make"
},
"author": "Jesse Dailey <jesse.dailey@gmail.com>",
"repository": "https://github.com/jldailey/shepherd.git",
"dependencies": {
"bling": "latest",
"shelljs": "0.2.6",
"commander": "2.2.0",
"express": "4.3.1",
"rabbit.js": "0.4.1",
"handlebars": "2.0.0",
"daemon": "1.1.0",
"hjson": "latest",
"basic-auth": "latest"
}
}