n-bootstart
Version:
A script to start node js projects when the system boots up
57 lines (56 loc) • 1.13 kB
JSON
{
"name": "n-bootstart",
"version": "0.7.0",
"description": "A script to start node js projects when the system boots up",
"main": "index.js",
"bin": {
"n-bootstart": "bin/n-bootstart.js"
},
"preferGlobal": true,
"deprecated": false,
"author": {
"name": "Mohammed Fariz",
"email": "mohmd.fariz@gmail.com",
"url": "https://www.linkedin.com/in/mohammed-fariz"
},
"keywords": [
"boot-start",
"Cent OS",
"Fedora",
"Linux",
"Red Hat Enterprise Linux",
"Mac OS",
"start-on-boot",
"system-boot",
"Ubuntu",
"Windows"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fariz-codes/n-bootstart"
},
"license": "MIT",
"maintainers": [
{
"name": "Mohammed Fariz",
"email": "mohmd.fariz@gmail.com"
}
],
"engines": {
"node": ">=7.10.1"
},
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"bin/*",
"lib/*"
],
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"inquirer": "7.0.1"
}
}