strong-service-upstart
Version:
Generate an upstart job using the provided parameters.
33 lines (32 loc) • 797 B
JSON
{
"name": "strong-service-upstart",
"version": "1.1.3",
"description": "Generate an upstart job using the provided parameters.",
"main": "index.js",
"scripts": {
"test": "tap --coverage --coverage-report=cobertura test/test-*"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-service-upstart.git"
},
"keywords": [
"upstart"
],
"author": "Ryan Graham <ryan@strongloop.com>",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/strongloop/strong-service-upstart/issues"
},
"homepage": "https://github.com/strongloop/strong-service-upstart",
"dependencies": {
"lodash": "^3.9.3",
"minimist": "^0.2.0"
},
"devDependencies": {
"tap": "^1.3.2"
},
"directories": {
"test": "test"
}
}