mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"name": "ProgressChart",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"art": "^0.10.0",
|
|
"react-native": "^0.13.2",
|
|
"react-native-circular-progress": "bgryszko/react-native-circular-progress"
|
|
}
|
|
}
|