{
  "name": "babel-plugin-undefined-to-void",
  "version": "1.1.6",
  "description": "Replace references to `undefined` with `void 0`",
  "repository": "babel-plugins/babel-plugin-undefined-to-void",
  "license": "MIT",
  "main": "lib/index.js",
  "devDependencies": {
    "babel": "^5.6.0"
  },
  "scripts": {
    "build": "babel-plugin build",
    "push": "babel-plugin publish",
    "test": "babel-plugin test"
  },
  "keywords": [
    "babel-plugin"
  ]
}
