{
  "name": "signal-exit",
  "version": "3.0.3",
  "description": "when you want to fire an event no matter how a process exits.",
  "main": "index.js",
  "files": [
    "index.js",
    "signals.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tapjs/signal-exit.git"
  },
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "homepage": "https://github.com/tapjs/signal-exit",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.10",
    "nyc": "^8.1.0",
    "standard": "^8.1.0",
    "standard-version": "^2.3.0",
    "tap": "^8.0.1"
  }
}