No Description

package.json 571B

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