react-native-webview/package.json

15 lines
379 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, and Windows 10",
2018-07-31 05:00:33 +00:00
"main": "index.js",
2018-09-08 17:42:02 +00:00
"author": "Jamon Holmgren <jamon@infinite.red>",
"version": "0.1.0",
2018-07-31 03:21:48 +00:00
"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
}
}