Sebastian McKenzie 34665bdfda v6.0.14
2015-10-30 23:30:40 +00:00

15 lines
434 B
JSON

{
"name": "babel-plugin-transform-function-bind",
"version": "6.0.14",
"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.0.14",
"babel-runtime": "^5.0.0"
}
}