{
  "name": "http-error",
  "description": "Expose HTTP error codes as Error objects",
  "version": "0.0.6",
  "author": "Cloud9 B.V. <info@c9.io>",
  "contributors": [
    {
      "name": "Fabian Jakobs",
      "email": "fabian@c9.io"
    }
  ],
  "main": "error.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha error_test.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/c9/node-http-error.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/c9/node-http-error/raw/master/LICENSE"
    }
  ],
  "devDependencies": {
    "mocha": "^2.3.4"
  }
}
