{
  "name": "pretty-error",
  "version": "0.1.18",
  "description": "See nodejs errors with less clutter",
  "main": "scripts/js/lib/PrettyError.js",
  "dependencies": {
    "utila": "~0.3",
    "renderkid": "~0.2.0-beta.10"
    },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "little-popo": "~0.1.4"
  },
  "scripts": {
    "test": "node ./node_modules/coffee-script/bin/cake test",
    "prepublish": "node ./node_modules/coffee-script/bin/cake build"
  },
  "author": "Aria Minaei",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AriaMinaei/pretty-error.git"
  },
  "bugs": {
    "url": "https://github.com/AriaMinaei/pretty-error/issues"
  },
  "keywords": [
    "pretty", "error", "exception", "debug", "error-handling", "readable", "colorful", "prettify", "format", "human"
  ]
}
