UNPKG

767 BJSONView Raw
1{
2 "name": "signal-exit",
3 "version": "2.0.0",
4 "description": "when you want to fire an event no matter how a process exits.",
5 "main": "index.js",
6 "scripts": {
7 "test": "standard && nyc tap --timeout=240 ./test/*.js",
8 "coverage": "nyc report --reporter=text-lcov | coveralls"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/bcoe/signal-exit.git"
13 },
14 "keywords": [
15 "signal",
16 "exit"
17 ],
18 "author": "Ben Coe <ben@npmjs.com>",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/bcoe/signal-exit/issues"
22 },
23 "homepage": "https://github.com/bcoe/signal-exit",
24 "devDependencies": {
25 "chai": "^2.3.0",
26 "coveralls": "^2.11.2",
27 "nyc": "^2.1.2",
28 "standard": "^3.9.0",
29 "tap": "1.0.4"
30 }
31}