initd-forever
Version:
Create a daemon of a nodejs application
43 lines (42 loc) • 924 B
JSON
{
"name": "initd-forever",
"preferGlobal": true,
"version": "0.1.8",
"author": "Yassine AZZOUT <92bondstreet@gmail.com>",
"homepage": "https://github.com/92bondstreet/initd-forever",
"description": "Create a daemon of a nodejs application",
"bin": {
"initd-forever": "./bin/initd-forever.js"
},
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/92bondstreet/initd-forever.git"
},
"dependencies": {
"colors": "^1.0.2",
"commander": "2.3.0",
"swig": "^1.4.2"
},
"keywords": [
"forever",
"initd",
"daemon",
"start",
"sysvinit",
"monitor"
],
"analyze": false,
"devDependencies": {
"mocha": "^1.21.4",
"should": "*"
},
"scripts": {
"test": "mocha test/*.js"
},
"license": "MIT",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/92bondstreet/initd-forever/issues"
}
}