No Description

package.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "react-native-autoheight-webview",
  3. "version": "0.10.6",
  4. "description": "An auto height webview for React Native",
  5. "main": "autoHeightWebView",
  6. "files": [
  7. "index.js",
  8. "android",
  9. "autoHeightWebView"
  10. ],
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
  17. },
  18. "keywords": [
  19. "react",
  20. "react-native",
  21. "autoheight",
  22. "webview"
  23. ],
  24. "author": "iou90",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
  28. },
  29. "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
  30. "peerDependencies": {
  31. "react": "*",
  32. "react-native": ">= 0.56.0"
  33. },
  34. "dependencies": {
  35. "immutable": "^3.8.1",
  36. "prop-types": "^15.6.2"
  37. },
  38. "devDependencies": {
  39. "babel-eslint": "^8.2.2",
  40. "eslint": "^4.18.1",
  41. "eslint-plugin-jsx": "^0.0.2",
  42. "eslint-plugin-jsx-a11y": "^6.0.3",
  43. "eslint-plugin-react": "^7.7.0",
  44. "eslint-plugin-react-native": "^3.2.1"
  45. }
  46. }