{
  "name": "error-factory",
  "version": "0.1.6",
  "description": "Generate valid custom error and exception classes for Node.js.",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yanickrochon/error-factory.git"
  },
  "keywords": [
    "error",
    "exception",
    "node"
  ],
  "author": "Yanick Rochon <yanick.rochon@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yanickrochon/error-factory/issues"
  },
  "homepage": "https://github.com/yanickrochon/error-factory",
  "dependencies": {
    "var-validator": "0.0.3"
  },
  "devDependencies": {
    "istanbul": "^0.3.6",
    "mocha": "^2.1.0",
    "should": "^5.0.1"
  }
}
