No Description

package.json 807B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "react-native-autoheight-webview",
  3. "version": "0.2.0",
  4. "description": "An auto height webview for React Native",
  5. "main": "autoHeightWebView",
  6. "files": [
  7. "android/",
  8. "autoHeightWebView/"
  9. ],
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
  16. },
  17. "keywords": [
  18. "react",
  19. "native",
  20. "autoheight",
  21. "webview"
  22. ],
  23. "author": "iou90",
  24. "license": "ISC",
  25. "bugs": {
  26. "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
  27. },
  28. "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
  29. "dependencies": {
  30. "immutable": "^3.8.1",
  31. "react-immutable-component": "0.0.1"
  32. }
  33. }