15 lines
398 B
JSON
15 lines
398 B
JSON
{
|
|
"name": "babel-plugin-syntax-class-constructor-call",
|
|
"version": "6.0.15",
|
|
"description": "Allow parsing of class constructor calls",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^5.0.0"
|
|
}
|
|
}
|