forked from zapty/forever-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "forever-service",
"version": "0.5.11",
"preferGlobal": "true",
"description": "Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS",
"main": "lib/api.js",
"dependencies": {
"swig": "~1.4.2",
"commander": "~2.3.0",
"async": "~0.9.0",
"shelljs": "~0.3.0",
"walker": "~1.0.6"
},
"devDependencies": {
"fs-extra": "^0.30.0",
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zapty/forever-service.git"
},
"keywords": [
"forever",
"nodejs",
"aws",
"amazon",
"linux",
"initd",
"service",
"logrotate",
"reboot",
"start",
"service",
"amazon linux",
"centos",
"redhat",
"debian",
"raspbian",
"ubuntu",
"busenlabs"
],
"bin": {
"forever-service": "./bin/forever-service",
"get-forever-config": "./bin/get-forever-config"
},
"author": "Arvind Agarwal",
"bugs": {
"url": "https://github.com/zapty/forever-service/issues"
},
"homepage": "https://github.com/zapty/forever-service"
}