123456789101112131415161718192021222324252627282930 |
- {
- "name": "@react-native-component/react-native-smart-loading-spinner-overlay",
- "version": "1.0.0",
- "description": "A smart loading spinner overlay for React Native apps, written in JS for cross-platform support. It works on iOS and Android.",
- "main": "LoadingSpinnerOverlay.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/react-native-component/react-native-smart-loading-spinner-overlay.git"
- },
- "keywords": [
- "react-native",
- "smart",
- "loading",
- "spinner",
- "overlay"
- ],
- "author": "HISAME SHIZUMARU",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/react-native-component/react-native-smart-loading-spinner-overlay/issues"
- },
- "homepage": "https://github.com/react-native-component/react-native-smart-loading-spinner-overlay#readme",
- "dependencies": {
- "react-native-smart-timer-enhance": "^1.0.2"
- }
- }
|