hapi-graceful-shutdown
Version:
Hapi Graceful Server Shutdown
37 lines (36 loc) • 872 B
JSON
{
"name": "hapi-graceful-shutdown",
"version": "1.0.0",
"description": "Hapi Graceful Server Shutdown",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 85 -m 5000 -v -L"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/igorgolovanov/hapi-graceful-shutdown.git"
},
"keywords": [
"hapi",
"graceful",
"shutdown"
],
"author": {
"name": "Igor Golovanov",
"email": "igor.golovanov@gmail.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/igorgolovanov/hapi-graceful-shutdown/issues"
},
"dependencies": {
"@hapi/hoek": "8.x.x",
"@hapi/joi": "16.x.x"
},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x",
"@hapi/hapi": "18.x.x"
},
"homepage": "https://github.com/igorgolovanov/hapi-graceful-shutdown#readme"
}