Açıklama Yok

package.json 619B

123456789101112131415161718192021
  1. {
  2. "name": "react-native-autoheightwebview",
  3. "version": "0.0.11",
  4. "description": "An auto height webview for React Native",
  5. "main": "autoHeightWebView",
  6. "files": ["android/", "autoHeightWebView/"],
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/iou90/react-native-autoheightwebview.git"
  13. },
  14. "author": "iou90",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/iou90/react-native-autoheightwebview/issues"
  18. },
  19. "homepage": "https://github.com/iou90/react-native-autoheightwebview#readme"
  20. }