{
  "name": "es6-arrow-function",
  "version": "0.6.6",
  "homepage": "https://github.com/square/es6-arrow-function",
  "authors": [
    "Brian Donovan <donovan@squareup.com>"
  ],
  "description": "Shorthand arrow functions compiled to ES5.",
  "main": "lib/index.js",
  "keywords": [
    "es6",
    "arrow",
    "function"
  ],
  "license": "Apache 2",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}