Sebastian McKenzie 5b6a39f227 v6.1.20
2015-11-13 03:38:54 -08:00

18 lines
518 B
JSON

{
"name": "babel-plugin-transform-react-constant-elements",
"version": "6.1.20",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.18"
}
}