forked from bartgryszko/react-native-circular-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 916 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
37
{
"name": "@harrymtv/react-native-circular-progress",
"version": "1.4.1",
"description": "React Native component for creating animated, circular progress with react-native-svg",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/HarryMtv/react-native-circular-progress.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"progress",
"chart",
"react-svg"
],
"author": {
"name": "Igor Martynov"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/HarryMtv/react-native-circular-progress/issues"
},
"homepage": "https://github.com/HarryMtv/react-native-circular-progress",
"dependencies": {
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-native": ">=0.82.0",
"react-native-svg": ">=15.15.0"
}
}