{
  "name": "es6-arrow-function",
  "version": "0.6.6",
  "description": "Shorthand arrow functions compiled to ES5.",
  "main": "lib/index.js",
  "bin": "bin/es6-arrow-function",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:square/es6-arrow-function.git"
  },
  "dependencies": {
    "ast-util": "^0.6.0",
    "recast": "^0.9.11",
    "through": "~2.3.6"
  },
  "devDependencies": {
    "example-runner": "0.2.0",
    "mocha": "^2.1.0"
  },
  "scripts": {
    "test": "node test/runner.js && mocha --recursive test/unit"
  },
  "author": "Square, Inc.",
  "license": "Apache 2"
}