-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 853 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
33
34
35
36
{
"name": "react-native-segment-progress-bar",
"version": "1.0.0",
"description": "Progress bar for react native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mitrahsoft",
"license": "MIT",
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-svg": "^13.10.0"
},
"dependencies": {
"prop-types": "^15.8.1"
},
"keywords": [
"react",
"react-native",
"ios",
"android",
"segmented-arc",
"arc",
"progress-bar"
],
"repository": {
"type": "git",
"url": "https://github.com/jsmitrah/react-native-segmented-arc"
},
"homepage": "https://github.com/jsmitrah/react-native-segmented-arc#readme",
"bugs": {
"url": "https://github.com/jsmitrah/react-native-segmented-arc/issues"
}
}