| { |
| "author": "Ben Coe <ben@npmjs.com>", |
| "bugs": { |
| "url": "https://github.com/tapjs/signal-exit/issues" |
| }, |
| "description": "when you want to fire an event no matter how a process exits.", |
| "devDependencies": { |
| "chai": "^3.5.0", |
| "coveralls": "^2.11.10", |
| "nyc": "^8.1.0", |
| "standard": "^7.1.2", |
| "standard-version": "^2.3.0", |
| "tap": "^8.0.1" |
| }, |
| "files": [ |
| "index.js", |
| "signals.js" |
| ], |
| "homepage": "https://github.com/tapjs/signal-exit", |
| "keywords": [ |
| "signal", |
| "exit" |
| ], |
| "license": "ISC", |
| "main": "index.js", |
| "name": "signal-exit", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/tapjs/signal-exit.git" |
| }, |
| "scripts": { |
| "coverage": "nyc report --reporter=text-lcov | coveralls", |
| "pretest": "standard", |
| "release": "standard-version", |
| "test": "tap --timeout=240 ./test/*.js --cov" |
| }, |
| "version": "3.0.2" |
| } |