UNPKG

strong-service-install

Version:
51 lines (50 loc) 1.31 kB
{ "name": "strong-service-install", "version": "2.0.3", "description": "Install a module as an OS service", "main": "index.js", "scripts": { "pretest": "eslint --ignore-path .gitignore ./ && jscs ./", "test": "tap --coverage --coverage-report=cobertura --timeout=200 test/test-*", "posttest": "nyc report --reporter=lcov && nyc report" }, "repository": { "type": "git", "url": "https://github.com/strongloop/strong-service-install" }, "keywords": [ "upstart", "service" ], "author": "Ryan Graham <ryan@strongloop.com>", "license": "Artistic-2.0", "bugs": { "url": "https://github.com/strongloop/strong-service-install/issues" }, "homepage": "https://github.com/strongloop/strong-service-install", "devDependencies": { "eslint": "^0.24.0", "jscs": "^1.13.1", "nyc": "^3.0.0", "tap": "^1.3.0" }, "dependencies": { "async": "^1.0.0", "chownr": "0.0.2", "debug": "^2.0.0", "lodash": "^3.10.0", "minimist": "^1.0.0", "mkdirp": "^0.5.1", "shell-quote": "^1.4.2", "strong-service-systemd": "^1.0.0", "strong-service-upstart": "^1.0.0", "uid-number": "^0.0.5", "which": "^1.0.5" }, "bin": { "sl-svc-install": "bin/sl-svc-install.js" }, "directories": { "test": "test" } }