{
  "name": "tryjs",
  "version": "0.1.4",
  "description": "auto wrap function body with try-catch",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/norfish/tryjs"
  },
  "keywords": [
    "error",
    "catch",
    "try-catch",
    "tools",
    "auto",
    "ast"
  ],
  "author": "norfish <easumlee@gmail.com> (http://ziro.farbox.com/)",
  "license": "MIT",
  "dependencies": {
    "acorn": "^2.1.0",
    "cjson": "^0.3.1",
    "commander": "^2.8.1",
    "escodegen": "^1.6.1",
    "falafel": "^1.2.0",
    "lodash": "^3.9.3",
    "md5": "^2.0",
    "mkdirp": "^0.5.1"
  },
  "bin": {
    "tryjs": "./bin/tryme"
  }
}
