react-native-arc-progress
Version:
React Native component for creating animated, arc progress with ReactART
36 lines (35 loc) • 804 B
JSON
{
"name": "react-native-arc-progress",
"version": "0.0.6",
"description": "React Native component for creating animated, arc progress with ReactART",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hite/react-native-arc-progress.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"progress",
"chart",
"react-art",
"art"
],
"author": {
"name": "hite",
"email": "iamhite@gmail.com"
},
"original_author": {
"name": "Bart Gryszko",
"email": "b@gryszko.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hite/react-native-arc-progress/issues"
},
"homepage": "https://github.com/hite/react-native-arc-progress",
"dependencies": {
"art": "^0.10.0"
}
}