2017-09-11 23:01:41 -04:00

18 lines
497 B
JSON

{
"name": "babel-plugin-transform-function-bind",
"version": "7.0.0-beta.0",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-function-bind": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.0"
}
}