19 lines
504 B
JSON
19 lines
504 B
JSON
|
{
|
||
|
"name": "babel-plugin-transform-react-jsx-self",
|
||
|
"version": "6.22.0",
|
||
|
"description": "Add a __self prop to all JSX Elements",
|
||
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self",
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"babel-plugin"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"babel-runtime": "^6.22.0",
|
||
|
"babel-plugin-syntax-jsx": "^6.8.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||
|
}
|
||
|
}
|