{
  "name": "babel-plugin-runtime",
  "version": "1.0.7",
  "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
  "repository": "babel-plugins/babel-plugin-runtime",
  "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"
  ]
}
