-
Notifications
You must be signed in to change notification settings - Fork 425
/
package.json
35 lines (35 loc) · 884 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
30
31
32
33
34
35
{
"name": "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/bgryszko/react-native-circular-progress.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"progress",
"chart",
"react-svg"
],
"author": {
"name": "Bart Gryszko",
"email": "b@gryszko.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bgryszko/react-native-circular-progress/issues"
},
"homepage": "https://github.com/bgryszko/react-native-circular-progress",
"dependencies": {
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-native": ">=0.50.0",
"react-native-svg": ">=7.0.0"
}
}