UNPKG

670 BJSONView Raw
1{
2 "name": "signal-exit",
3 "version": "1.2.0",
4 "description": "when you want process.on('exit') to fire when a process is killed with a signal.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nyc tap ./test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/bcoe/signal-exit.git"
12 },
13 "keywords": [
14 "signal",
15 "exit"
16 ],
17 "author": "Ben Coe <ben@npmjs.com>",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/bcoe/signal-exit/issues"
21 },
22 "homepage": "https://github.com/bcoe/signal-exit",
23 "devDependencies": {
24 "chai": "^2.3.0",
25 "nyc": "^2.0.0",
26 "standard": "^3.9.0",
27 "tap": "^1.0.4"
28 }
29}