mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"name": "babel-plugin-react-native-web",
|
|
"version": "0.9.1",
|
|
"description": "Babel plugin for React Native for Web",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"babel-plugin-tester": "^5.0.0"
|
|
},
|
|
"author": "Nicolas Gallagher",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/necolas/react-native-web.git"
|
|
}
|
|
}
|