2017-12-25 14:04:08 -05:00

18 lines
450 B
JSON

{
"name": "@babel/plugin-syntax-function-bind",
"version": "7.0.0-beta.36",
"description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"peerDependencies": {
"@babel/core": "7.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.36"
}
}