{
  "name": "codeflyer-errorx",
  "version": "0.1.2",
  "description": "Error Class Extension Module",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "error"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/codeflyer/errorx.git"
  },
  "author": "Davide Fiorello <davide@codeflyer.com> (http://github.com/codeflyer/)",
  "readme": "errorx\n=======\n\nError Class Extension Module\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/codeflyer/errorx/issues"
  },
  "homepage": "https://github.com/codeflyer/errorx",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-jscs": "^0.8.1",
    "grunt-plato": "^1.3.0",
    "istanbul": "^0.3.2",
    "jscs": "^1.7.3",
    "mocha": "^2.0.1",
    "should": "^4.3.0",
    "sinon": "^1.11.1"
  }
}
