react-native-cocentric-progress-circle
Version:
A react native concentric progress circle package
37 lines (36 loc) • 852 B
JSON
{
"name": "react-native-cocentric-progress-circle",
"version": "1.0.0",
"description": "A react native concentric progress circle package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"concentric",
"concentric-progress-circle"
],
"dependencies": {
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "^0.62.0",
"react-native-svg": "9.13.3",
"react-native-svg-charts": "^5.2.0",
"react-native-svg-uri": "^1.2.3",
"prop-types": "^15.7.2"
},
"author": "Aashray Motwani",
"license": "ISC",
"devDependencies": {
"metro-react-native-babel-preset": "^0.65.2"
}
}