{
  "name": "make-error",
  "version": "1.3.0",
  "main": "index.js",
  "license": "ISC",
  "description": "Make your own error types!",
  "keywords": [
    "create",
    "custom",
    "derive",
    "error",
    "errors",
    "extend",
    "extending",
    "extension",
    "factory",
    "inherit",
    "make",
    "subclass"
  ],
  "homepage": "https://github.com/JsCommunity/make-error",
  "bugs": "https://github.com/JsCommunity/make-error/issues",
  "author": "Julien Fontanet <julien.fontanet@isonoe.net>",
  "repository": {
    "type": "git",
    "url": "git://github.com/JsCommunity/make-error.git"
  },
  "devDependencies": {
    "browserify": "^14.3.0",
    "husky": "^0.13.3",
    "jest": "^20.0.3",
    "standard": "^10.0.2",
    "uglify-js": "^3.0.10"
  },
  "scripts": {
    "commitmsg": "yarn test",
    "dev-test": "jest --watch",
    "prepublish": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js",
    "pretest": "standard",
    "test": "jest"
  },
  "files": [
    "dist/",
    "index.js",
    "index.d.ts"
  ]
}
