Amjad Masad 3f2a445c9a v6.4.3
2016-01-13 21:56:22 -08:00

18 lines
519 B
JSON

{
"name": "babel-plugin-transform-runtime",
"version": "6.4.3",
"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": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}