UNPKG

systemctl-cmd

Version:

Allows you to control system services using the systemctl command easily and asynchronously

37 lines (36 loc) 963 B
{ "name": "systemctl-cmd", "version": "0.2.4", "description": "Allows you to control system services using the systemctl command easily and asynchronously", "repository": { "type": "git", "url": "git@github.com:justinschw/systemctl-cmd.git" }, "keywords": [ "Systemctl", "Systemd", "Arch", "Archlinux" ], "author": "Ben McClure <ben.mcclure@gmail.com> (volantisdev.com)", "license": "MIT", "homepage": "https://github.com/bmcclure/node-systemctl", "bugs": { "url": "https://github.com/bmcclure/node-systemctl/issues" }, "contributors": [ "Ben McClure <ben.mcclure@gmail.com> (volantisdev.com)", "Frank Lemanschik", "Justin Schwartzbeck <justinmschw@gmail.com>", "chaojinn" ], "dependencies": { "bluebird": "^3.5.0", "child-process-promise": "^2.2.1" }, "main": "index.js", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }