{
  "name": "restify-errors",
  "version": "8.1.0",
  "main": "lib/index.js",
  "description": "Collection of Error objects shared across restify components.",
  "homepage": "http://www.restify.com",
  "author": {
    "name": "Alex Liu",
    "email": "donutespresso@gmail.com"
  },
  "contributors": [
    "Alex Liu",
    "Gergely Nemeth",
    "Mark Cavage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/restify/errors.git"
  },
  "license": "MIT",
  "files": [
    "lib"
  ],
  "keywords": [
    "restify-errors",
    "restify",
    "errors",
    "custom errors",
    "inherit errors",
    "http errors",
    "http status code",
    "rest errors"
  ],
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "bunyan": "^1.8.12",
    "chai": "^4.2.0",
    "conventional-changelog-angular": "^5.0.6",
    "conventional-recommended-bump": "^6.0.5",
    "coveralls": "^3.0.9",
    "eslint": "^6.7.2",
    "mkdirp": "^0.5.1",
    "mocha": "^6.2.2",
    "nyc": "^14.1.1",
    "restify": "^11.1.0",
    "restify-clients": "^4.2.0",
    "unleash": "^2.0.1"
  },
  "optionalDependencies": {
    "safe-json-stringify": "^1.2.0"
  },
  "dependencies": {
    "@netflix/nerror": "^1.1.3",
    "assert-plus": "^1.0.0",
    "lodash": "^4.17.21"
  }
}
