orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
19 lines (18 loc) • 509 B
JSON
{
"name": "babel-plugin-transform-function-bind",
"version": "6.8.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": "^6.8.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
}
}