react-native-conical-gradient-progress
Version:
React Native component for creating animated, conical gradient progress with react-native-svg
40 lines (39 loc) • 1.04 kB
JSON
{
"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"
}
}