react-native-webview/package.json

17 lines
365 B
JSON
Raw Normal View History

2018-07-31 03:21:48 +00:00
{
2018-08-03 06:52:31 +00:00
"name": "ir-webview",
2018-07-31 03:21:48 +00:00
"description": "React Native WebView component for iOS + Android",
2018-07-31 05:00:33 +00:00
"main": "index.js",
2018-07-31 03:21:48 +00:00
"authors": [
2018-08-03 06:52:31 +00:00
"Jamon Holmgren <jamon@infinite.red>"
2018-07-31 03:21:48 +00:00
],
"version": "0.0.1",
"peerDependencies": {
"react": "^16.0",
2018-07-31 05:00:33 +00:00
"react-native": "^0.56"
2018-07-31 03:21:48 +00:00
},
"dependencies": {
2018-07-31 05:00:33 +00:00
"escape-string-regexp": "^1.0.5",
"fbjs": "^0.8.17"
2018-07-31 03:21:48 +00:00
}
}