Logan Smyth 6470426f7a v6.7.4
2016-03-22 20:37:46 -07:00

20 lines
532 B
JSON

{
"name": "babel-plugin-transform-react-jsx",
"version": "6.7.4",
"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.6.5",
"babel-plugin-syntax-jsx": "^6.3.13"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}