systemctl
Version:
Allows you to control system services using the systemctl command easily and asynchronously
28 lines (26 loc) • 712 B
JSON
{
"name": "systemctl",
"version": "0.2.2",
"description": "Allows you to control system services using the systemctl command easily and asynchronously",
"repository": "bmcclure/node-systemctl",
"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"
],
"dependencies": {
"bluebird": "^3.5.0",
"child-process-promise": "^2.2.1"
}
}