{
  "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)",
  "name": "tracejs",
  "description": "Expand Error.stack traces into usable objects providing context and highlighting",
  "version": "0.1.8",
  "homepage": "http://github.com/chrisdickinson/tracejs/",
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/tracejs.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "main": "trace.js",
  "engines": {
    "node": ">=0.4.0"
  },
  "dependencies": {},
  "devDependencies": {}
}
