-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
29 lines (29 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@react-native-component/react-native-smart-loading-spinner-overlay",
"version": "1.0.2",
"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"
}
}