-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 955 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
{
"name": "graceful-shutdown-manager",
"version": "2.0.3",
"description": "All in one solution to gracefully shutdown your application through a simple delayed shutdown process. Also allows code reloading and program restarting, instead of using a not so graceful process manager line nodemon.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-ridgway/node-graceful-shutdown-manager.git"
},
"keywords": [
"loading-manager",
"lifecycle",
"graceful",
"shutdown",
"terminate",
"sigterm",
"manager",
"cleanup",
"exit",
"quit"
],
"author": "c-ridgway",
"license": "ISC",
"bugs": {
"url": "https://github.com/c-ridgway/node-graceful-shutdown-manager/issues"
},
"homepage": "https://github.com/c-ridgway/node-graceful-shutdown-manager#readme",
"dependencies": {
}
}