{
  "name": "express-timeout-handler",
  "version": "2.2.2",
  "description": "Express timeout middleware that ensures a response is returned to the client on a timeout event.",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/debitoor/express-timeout-handler"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/debitoor/express-timeout-handler/issues"
  },
  "homepage": "https://github.com/debitoor/express-timeout-handler",
  "devDependencies": {
    "chai": "3.5.0",
    "coveralls": "3.0.9",
    "express": "4.17.1",
    "istanbul": "0.4.5",
    "jscs": "3.0.7",
    "mocha": "6.1.4",
    "mocha-eslint": "4.1.0",
    "mocha-jscs": "5.0.1",
    "request": "2.88.0"
  },
  "engines": {
    "node": ">=6.0.0"
  }
}
