mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"name": "react-native-webview",
|
|
"description": "React Native WebView component for iOS + Android",
|
|
"main": "index.js",
|
|
"authors": [
|
|
"Jamon Holmgren <jamonholmgren@gmail.com>"
|
|
],
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"react": "^16.0",
|
|
"react-native": "^0.56"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"fbjs": "^0.8.17"
|
|
}
|
|
} |