forked from heartsucker/node-deb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 896 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}