No Description

package.json 970B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@react-native-component/react-native-smart-loading-spinner-overlay",
  3. "version": "1.0.2",
  4. "description": "A smart loading spinner overlay for React Native apps, written in JS for cross-platform support. It works on iOS and Android.",
  5. "main": "LoadingSpinnerOverlay.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/react-native-component/react-native-smart-loading-spinner-overlay.git"
  12. },
  13. "keywords": [
  14. "react-native",
  15. "smart",
  16. "loading",
  17. "spinner",
  18. "overlay"
  19. ],
  20. "author": "HISAME SHIZUMARU",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/react-native-component/react-native-smart-loading-spinner-overlay/issues"
  24. },
  25. "homepage": "https://github.com/react-native-component/react-native-smart-loading-spinner-overlay#readme",
  26. "dependencies": {
  27. "react-native-smart-timer-enhance": "^1.0.2"
  28. }
  29. }