react-native-animated-pie
Version:
Animated Pie chart for React Native,use ART and Animated
26 lines (25 loc) • 762 B
JSON
{
"name": "react-native-animated-pie",
"version": "0.0.2",
"description": "Animated Pie chart for React Native,use ART and Animated",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henryluki/react-native-animated-pie.git"
},
"dependencies": {
"d3-shape": "^1.2.0",
"react": "^16.2.0",
"react-native": "^0.51.0"
},
"keywords": ["react", "native", "ART", "Animated", "Pie", "chart", "d3"],
"author": "henryluki",
"license": "MIT",
"bugs": {
"url": "https://github.com/henryluki/react-native-animated-pie/issues"
},
"homepage": "https://github.com/henryluki/react-native-animated-pie#readme"
}