2015-09-15 06:12:46 +01:00

16 lines
356 B
JSON

{
"name": "babel-plugin-transform-react-jsx",
"version": "1.0.0",
"description": "Turn JSX into React function calls",
"repository": "babel/babel",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-plugin-transform-builder-react-jsx": "^1.0.0"
}
}