{
  "name": "es-http-error",
  "version": "1.2.1",
  "description": "HttpError class for browsers (without Node.js dependencies)",
  "module": "index.js",
  "main": "dist/index.js",
  "files": [
    "*.js",
    "lib/*",
    "langs/*",
    "dist/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cognitom/es-http-error.git"
  },
  "keywords": [
    "error",
    "http status code"
  ],
  "author": "Tsutomu Kawamura & Juha-Pekka Rajaniemi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cognitom/es-http-error/issues"
  },
  "homepage": "https://github.com/cognitom/es-http-error#readme",
  "devDependencies": {
    "mocha": "^5.0.4",
    "reify": "^0.14.2",
    "rollup": "^0.57.1",
    "standard": "^11.0.1"
  },
  "scripts": {
    "test": "npm run standard && npm run mocha",
    "standard": "standard lib/*.js langs/*.js test/*.js",
    "mocha": "mocha test/*.spec.js --require reify",
    "rollup": "rollup common.js -o dist/index.js -f cjs",
    "prepublish": "npm run rollup"
  }
}
