{
  "name": "httperr",
  "version": "1.0.0",
  "author": "Alan Plum <me@pluma.io>",
  "description": "HTTP status codes as JavaScript errors.",
  "licenses": {
    "type": "UNLICENSE",
    "url": "https://github.com/pluma/httperr/blob/master/UNLICENSE"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pluma/httperr.git"
  },
  "keywords": [
    "http",
    "errors",
    "error",
    "request",
    "response",
    "errorclass"
  ],
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "~1.21",
    "expect.js": "~0.3",
    "jshint": "~2.5",
    "istanbul": "~0.3",
    "coveralls": "~2.11",
    "rewire": "~2.1"
  },
  "main": "index.js",
  "scripts": {
    "test": "make test",
    "coveralls": "make coveralls"
  },
  "engines": {
    "node": ">=0.6"
  }
}
