14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"name": "babel-plugin-syntax-function-bind",
|
|
"version": "6.0.2",
|
|
"description": "Allow parsing of function bind",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^5.0.0"
|
|
}
|
|
} |