No Description

package.json 467B

1234567891011121314151617
  1. {
  2. "name": "react-native-webview",
  3. "description": "React Native WebView component for iOS, Android, and Windows 10",
  4. "main": "index.js",
  5. "author": "Jamon Holmgren <jamon@infinite.red>",
  6. "version": "0.1.0",
  7. "homepage": "https://github.com/react-native-community/react-native-webview#readme",
  8. "peerDependencies": {
  9. "react": "^16.0",
  10. "react-native": "^0.56"
  11. },
  12. "dependencies": {
  13. "escape-string-regexp": "^1.0.5",
  14. "fbjs": "^0.8.17"
  15. }
  16. }