{
  "name": "postmortem",
  "version": "0.2.6",
  "description": "When code dies, it deserves a proper autopsy. Stacktrace library with sourcemap support.",
  "keywords": [
    "debugging",
    "sourcemaps",
    "stacktrace"
  ],
  "homepage": "http://github.com/zeekay/postmortem",
  "bugs": {
    "url": "http://github.com/zeekay/postmortem/issues"
  },
  "main": "lib/postmortem.js",
  "module": "lib/postmortem.mjs",
  "jsnext:main": "lib/postmortem.mjs",
  "scripts": {
    "prepublishOnly": "cake build",
    "test": "cake test"
  },
  "repository": "https://github.com/zeekay/postmortem",
  "author": "Zach Kelling <z@zeekay.io>",
  "license": "MIT",
  "dependencies": {
    "source-map-support": "^0.4.14"
  },
  "devDependencies": {
    "cake-bundle": "0.2.21",
    "cake-outdated": "0.1.18",
    "cake-publish": "0.1.10",
    "cake-version": "0.1.15",
    "chai": "^3.5.0",
    "coffee-script": "^1.12.4",
    "executive": "^1.2.7",
    "mocha": "^3.2.0",
    "shortcake": "1.2.8"
  }
}