{
  "author": "Ben Newman <bn@cs.stanford.edu>",
  "name": "recast",
  "description": "JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator",
  "keywords": [
    "ast",
    "rewriting",
    "refactoring",
    "codegen",
    "syntax",
    "transformation",
    "parsing",
    "pretty-printing"
  ],
  "version": "0.7.5",
  "homepage": "http://github.com/benjamn/recast",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/recast.git"
  },
  "license": "MIT",
  "main": "main.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha --reporter spec",
    "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec"
  },
  "dependencies": {
    "esprima-fb": "~6001.1001.0-dev-harmony-fb",
    "source-map": "0.1.32",
    "private": "~0.1.5",
    "cls": "~0.1.3",
    "ast-types": "~0.4.7"
  },
  "devDependencies": {
    "mocha": "~1.21.0"
  },
  "engines": {
    "node": ">= 0.8"
  }
}
