2015-10-30 11:37:43 -07:00

15 lines
442 B
JSON

{
"name": "babel-plugin-transform-runtime",
"version": "6.0.2",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.2"
}
}