{
  "name": "jstransform",
  "version": "6.3.2",
  "description": "A simple AST visitor-based JS transformer",
  "contributors": [
    {
      "name": "Jeff Morrison",
      "email": "jeffmo@fb.com"
    }
  ],
  "main": "src/jstransform",
  "repository": {
    "type": "git",
    "url": "git@github.com:facebook/jstransform.git"
  },
  "keywords": [
    "transformer",
    "compiler",
    "syntax",
    "visitor"
  ],
  "dependencies": {
    "base62": "0.1.1",
    "esprima-fb": "~6001.1.0-dev-harmony-fb",
    "source-map": "0.1.31"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "engines": {
    "node": ">=0.8.8"
  },
  "devDependencies": {
    "jest-cli": "^0.1.5"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/jestPreprocessor.js"
  },
  "scripts": {
    "prepublish": "jest",
    "test": "jest"
  }
}
