{
  "name": "react-native-circular-progress-patch",
  "version": "0.0.2",
  "description": "React Native component for creating animated, circular progress with ReactART",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:ravik2015/react-native-circular-progress.git"
  },
  "keywords": [
    "react",
    "react-native",
    "react-component",
    "progress",
    "chart",
    "react-art",
    "art"
  ],
  "author": {
    "name": "Ravi Kumar",
    "email": "ravi.14378@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ravik2015/react-native-circular-progress/issues"
  },
  "homepage": "https://github.com/ravik2015/react-native-circular-progress",
  "dependencies": {
    "art": "^0.10.1",
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "react": ">= 15 || ~16.0.0-0",
    "react-native": ">=0.39"
  }
}
