the-shepherd
Version:
Control a herd of wild processes.
21 lines (20 loc) • 433 B
JSON
{
"name": "the-shepherd",
"version": "0.3.29",
"description": "Control a herd of wild processes.",
"bin": {
"shep": "bin/shep"
},
"scripts": {
"test": "make test",
"prepare": "make"
},
"author": "Jesse Granger <jesse_granger@fastmail.com>",
"repository": "https://github.com/jessegranger/shepherd.git",
"dependencies": {
"bling": "^0.12.3",
"chalk": "^4.1.0",
"handlebars": "^4.7.6",
"shelljs": "^0.8.4"
}
}