Sebastian McKenzie 34665bdfda v6.0.14
2015-10-30 23:30:40 +00:00

16 lines
456 B
JSON

{
"name": "babel-plugin-transform-react-jsx",
"version": "6.0.14",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.0.14",
"babel-plugin-syntax-jsx": "^6.0.14"
}
}