{
  "name": "http-errors",
  "description": "Create HTTP error objects",
  "version": "1.2.4",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": "jshttp/http-errors",
  "dependencies": {
    "inherits": "~2.0.1",
    "statuses": "~1.1.0"
  },
  "devDependencies": {
    "istanbul": "0",
    "mocha": "1"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "http",
    "error"
  ],
  "files": [
    "index.js",
    "LICENSE"
  ]
}
