react-native-webview/package.json

17 lines
380 B
JSON
Raw Normal View History

2018-07-31 03:21:48 +00:00
{
"name": "react-native-webview",
"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": [
"Jamon Holmgren <jamonholmgren@gmail.com>"
],
"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
}
}