{
  "name": "http-error-util",
  "version": "0.1.0",
  "description": "Simple HTTP Error Generator based on Status Codes or Names",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/**/**.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:elbuo8/http-error-util.git"
  },
  "keywords": [
    "http",
    "error",
    "errors",
    "status",
    "code",
    "code",
    "statuscodes"
  ],
  "author": "Yamil Asusta @elbuo8",
  "license": "MIT"
}
