react-native-simple-charts
Version:
Simple charts with gradient for react-native
30 lines (29 loc) • 841 B
JSON
{
"name": "react-native-simple-charts",
"version": "0.0.5",
"description": "Simple charts with gradient for react-native",
"main": "src/Chart.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ArtemKosiakevych/ReactNativeSimpleCharts.git"
},
"keywords": [
"react-component",
"react-native-charts",
"react-native-simple-charts",
"charts",
"react-charts",
"react-native-gradient-charts"
],
"author": "Artem Kosiakevych <artem.kosiakevych@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArtemKosiakevych/ReactNativeSimpleCharts/issues"
},
"homepage": "https://github.com/ArtemKosiakevych/ReactNativeSimpleCharts",
"dependencies": {
"react-native-animatable": "1.2.3",
"react-native-blur": "3.1.3",
"react-native-svg": "5.4.1"
}
}