UNPKG

hapi-death

Version:

Help Hapi.js die gracefully by intercepting SIGINT and SIGTERM and calling server.stop()

27 lines (26 loc) 666 B
{ "name": "hapi-death", "description": "Help Hapi.js die gracefully by intercepting SIGINT and SIGTERM and calling server.stop() ", "version": "3.0.0", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/KyleAMathews/hapi-death/issues" }, "homepage": "https://github.com/KyleAMathews/hapi-death", "keywords": [ "hapi", "hapi.js", "SIGINT", "SIGTERM", "graceful" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/KyleAMathews/hapi-death.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }