pixl-boot
Version:
Register your service to launch on server startup (Linux / OS X).
33 lines (32 loc) • 682 B
JSON
{
"name": "pixl-boot",
"version": "2.0.1",
"description": "Register your service to launch on server startup (Linux / OS X).",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/pixl-boot",
"license": "MIT",
"main": "boot.js",
"bin": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/pixl-boot"
},
"bugs": {
"url": "https://github.com/jhuckaby/pixl-boot/issues"
},
"keywords": [
"startup",
"boot",
"restart",
"reboot",
"linux",
"darwin",
"init.d",
"launchd",
"systemd",
"systemctl"
],
"dependencies": {
"pixl-cli": "^1.0.0"
}
}