forked from kanongil/exiting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 979 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
40
41
42
43
44
45
46
47
48
{
"name": "exiting",
"version": "2.0.1",
"description": "Gracefully stop hapi.js servers",
"main": "lib/index.js",
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"author": "Gil Pedersen <[email protected]>",
"license": "BSD-2-Clause",
"devDependencies": {
"code": "^4.0.0",
"hapi": "^16.0.1",
"lab": "^11.2.1"
},
"dependencies": {
"hoek": "^4.0.2"
},
"peerDependencies": {
"hapi": ">=9.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanongil/exiting.git"
},
"keywords": [
"hapi",
"manager",
"stop",
"start",
"process",
"exit",
"signal",
"exception"
],
"bugs": {
"url": "https://github.com/kanongil/exiting/issues"
},
"homepage": "https://github.com/kanongil/exiting#readme"
}