-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"name": "hapi-graceful-shutdown-plugin",
"description": "Another hapi shutdown plugin",
"version": "2.0.8",
"repository": "git://github.com/visualjeff/hapi-graceful-shutdown-plugin.git",
"bugs": {
"url": "https://github.com/visualjeff/hapi-graceful-shutdown-plugin/issues"
},
"main": "lib/index.js",
"keywords": [
"hapi",
"plugin",
"shutdown"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@hapi/joi": "^15.0.1"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/hapi": "^17.9.0",
"@hapi/lab": "^18.1.2"
},
"scripts": {
"test": "lab -r console -t 100 -a @hapi/code -L",
"test-cov-html": "lab -r html -o coverage.html -a code -L"
},
"license": "MIT"
}