{
  "name": "restify-errors-thrower",
  "version": "2.0.0",
  "description": "Throw Restify errors easily and consistently!",
  "main": "index.js",
  "dependencies": {
    "restify-errors": "^4.3.0"
  },
  "devDependencies": {
    "ava": "*",
    "codecov": "^2.2.0",
    "nyc": "^11.0.3",
    "xo": "*"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "xo && ava",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonepri/restify-errors-thrower.git"
  },
  "author": {
    "name": "Simone Primarosa",
    "email": "simone.pri@hotmail.it"
  },
  "keywords": [
    "restify-errors-thrower",
    "restify-errors",
    "restify",
    "errors",
    "custom errors",
    "inherit errors",
    "http errors",
    "http status code",
    "rest errors",
    "throw errors"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simonepri/restify-errors-thrower/issues"
  },
  "homepage": "https://github.com/simonepri/restify-errors-thrower#readme"
}
