forked from fdnhkj/react-native-conical-gradient
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
38
39
{
"name": "react-native-conical-gradient-progress",
"version": "1.0.0",
"description": "React Native component for creating animated, conical gradient progress with react-native-svg",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://github.com/MikePodgorniy/react-native-conical-gradient-progress"
},
"keywords": [
"react",
"react-native",
"react-component",
"progress",
"chart",
"react-svg",
"conical",
"conical-gradient"
],
"author": {
"name": "Mike Podgorniy",
"url": "https://github.com/MikePodgorniy"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MikePodgorniy/react-native-conical-gradient-progress/issues"
},
"homepage": "https://github.com/MikePodgorniy/react-native-conical-gradient-progress",
"dependencies": {
"color-convert": "^1.9.3",
"d3-shape": "^1.2.2",
"lodash": "^4.17.11"
},
"peerDependencies": {
"react-native-svg": ">=6.4.1",
"react": ">=16.0.0",
"react-native": ">=0.39.0"
}
}