react-native-webview/package.json

17 lines
467 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-07-30 20:21:48 -07:00
"peerDependencies": {
"react": "^16.0",
2018-07-30 22:00:33 -07:00
"react-native": "^0.56"
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-07-30 20:21:48 -07:00
}
2018-09-09 19:36:28 +02:00
}