react-native-webview/package.json

25 lines
667 B
JSON
Raw Normal View History

2018-07-30 20:21:48 -07:00
{
"name": "react-native-webview",
"description": "React Native WebView component for iOS, Android, and Windows 10",
2018-07-30 22:00:33 -07:00
"main": "index.js",
2018-09-08 10:42:02 -07:00
"author": "Jamon Holmgren <jamon@infinite.red>",
"version": "0.1.0",
2018-09-09 19:36:28 +02:00
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
2018-09-09 22:40:32 -06:00
"scripts": {
"flow": "flow check",
"flow-android": "flow check --flowconfig-name .flowconfig.android"
},
2018-07-30 20:21:48 -07:00
"peerDependencies": {
"react": "^16.0",
2018-09-12 04:00:12 +08:00
"react-native": "^0.57"
2018-07-30 20:21:48 -07:00
},
"dependencies": {
2018-07-30 22:00:33 -07:00
"escape-string-regexp": "^1.0.5",
"fbjs": "^0.8.17"
2018-09-09 22:40:32 -06:00
},
"devDependencies": {
"flow-bin": "^0.80.0",
2018-09-12 04:00:12 +08:00
"react-native": "^0.57"
2018-07-30 20:21:48 -07:00
}
2018-09-09 19:36:28 +02:00
}