14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"name": "babel-helper-builder-react-jsx",
|
|
"version": "7.0.0-alpha.1",
|
|
"description": "Helper function to build react jsx",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-types": "7.0.0-alpha.1",
|
|
"esutils": "^2.0.0",
|
|
"lodash": "^4.2.0"
|
|
}
|
|
}
|