node-deb-pkg
Version:
Debian packaging for Node.js projects, fork of node-deb (https://github.com/heartsucker/node-deb) with additional features. Not intended to be maintained (but maybe merged one day)
39 lines (38 loc) • 896 B
JSON
{
"name": "node-deb-pkg",
"version": "0.1.18",
"description": "Debian packaging for Node.js projects, fork of node-deb (https://github.com/heartsucker/node-deb) with additional features. Not intended to be maintained (but maybe merged one day)",
"author": "fabien (https://github.com/f-ld)",
"bin": {
"node-deb": "./node-deb"
},
"scripts": {
"start": "./node-deb",
"test": "./test.sh --clean-first"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f-ld/node-deb.git"
},
"bugs": {
"url": "https://github.com/f-ld/node-deb/issues"
},
"keywords": [
"debian",
"ubuntu",
"deb",
"dpkg",
"package",
"packaging",
"upstart",
"systemd",
"sysv"
],
"preferGlobal": true,
"private": false,
"license": "MIT",
"homepage": "https://github.com/f-ld/node-deb",
"node_deb": {
"init": "none"
}
}