{
  "name": "babel-plugin-transform-function-sent",
  "version": "1.0.1",
  "description": "Patch function.sent",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "test": "mocha --compilers js:babel-register",
    "dev": "npm run test -- --watch",
    "prepublish": "rm -rf lib && babel src -d lib && echo \"\nmodule.exports = exports['default'];\" >> lib/index.js"
  },
  "keywords": [
    "babel-plugin",
    "generators",
    "function.sent",
    "meta property"
  ],
  "author": "hax <johnhax@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "babel-plugin-syntax-function-sent": "^6.8.0",
    "babel-runtime": "^6.9.2",
    "babel-template": "^6.9.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "babel-types": "^6.9.1",
    "mocha": "^2.5.3"
  },
  "repository": "hax/babel-plugin-transform-function-sent"
}
