{
  "name": "errorme",
  "version": "1.3.3",
  "description": "Error manager for handling errors within the classes by creating self defined error codes and parsing them into http error codes",
  "main": "index.js",
  "scripts": {
    "test": "set DEV=true && istanbul cover _mocha -t 10000 -R ./tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kmanaseryan/error-manager.git"
  },
  "keywords": [
    "error",
    "codes",
    "error-manager",
    "error-codes",
    "http-error",
    "http-codes",
    "json-error",
    "parse-error"
  ],
  "author": "Karlen Manaseryan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kmanaseryan/error-manager/issues"
  },
  "homepage": "https://github.com/kmanaseryan/error-manager#readme",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "should": "^11.1.1"
  }
}
