-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 905 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
39
{
"name": "hapi-graceful-pm2",
"version": "1.0.13",
"description": "hapi plugin to handle graceful pm2 reloads",
"main": "index.js",
"scripts": {
"test": "lab -c -t 100",
"coveralls": "lab -t 100 -r lcov | coveralls"
},
"git-pre-hooks": {
"pre-push": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roylines/hapi-graceful-pm2.git"
},
"keywords": [
"hapi",
"pm2",
"gracefulReload",
"graceful",
"shutdown",
"restart",
"zero downtime"
],
"author": "Roy Lines <[email protected]> (http://roylines.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/roylines/hapi-graceful-pm2/issues"
},
"homepage": "https://github.com/roylines/hapi-graceful-pm2#readme",
"devDependencies": {
"chai": "*",
"coveralls": "*",
"git-pre-hooks": "*",
"lab": "*",
"sinon": "*"
}
}