-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 Bytes
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
30
31
32
{
"name": "@mrakesh0608/react-native-loading-dots",
"version": "1.0.9",
"description": "A Loading Dots Component for React Native",
"repository": {
"type": "git",
"url": "git+https://github.com/mrakesh0608/react-native-loading-dots.git"
},
"homepage": "https://github.com/mrakesh0608/react-native-loading-dots#readme",
"bugs": {
"url": "https://github.com/mrakesh0608/react-native-loading-dots/issues"
},
"author": "Merugu Rakesh",
"license": "MIT",
"keywords": [
"rn",
"react",
"react-native",
"loading",
"loading-animation",
"loading-dots",
"react-native-loading-dots"
],
"main": "src/index.ts",
"module": "src/index.ts",
"peerDependencies": {
"@types/react": ">=18.0.0",
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"typescript": ">=4.9.0"
}
}