{
  "name": "ouch",
  "version": "2.0.1",
  "description": "Javascript error handling for cool kids",
  "main": "Ouch.js",
  "scripts": {
    "test": "mocha",
    "dev": "mocha --watch",
    "start": "node Ouch.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/quorrajs/Ouch"
  },
  "keywords": [
    "error",
    "handler",
    "exception",
    "pretty",
    "ouch",
    "beautify",
    "whoops"
  ],
  "author": "Harish Anchu <harishanchu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/quorrajs/Ouch/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "@positron/stack-trace": "1.0.0",
    "ejs": "^3.1.7",
    "escape-html": "^1.0.1",
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "cheerio": "^1.0.0-rc.2",
    "mocha": "^5.2.0",
    "should": "^13.2.3",
    "sinon": "^6.1.5"
  }
}
