2015-10-30 23:45:34 +00:00

14 lines
397 B
JSON

{
"name": "babel-plugin-syntax-class-constructor-call",
"version": "6.0.14",
"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"
}
}