{
  "name": "err-http",
  "version": "1.2.2",
  "description": "Error constructors for common http error types",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "engines": {
    "node": ">=0.8"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/aantthony/errors.git"
  },
  "keywords": [
    "error",
    "constructor",
    "http",
    "404",
    "500",
    "403"
  ],
  "author": "Anthony Foster <git@af.id.au>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aantthony/errors/issues"
  }
}
