{
  "name": "react-native-ring-picker",
  "version": "1.2.7",
  "description": "React Native Ring wheel Picker Navigator with complex animations by dragging",
  "keywords": [
    "react",
    "react-component",
    "react-native",
    "picker",
    "navigation",
    "ring",
    "animation",
    "animated",
    "panResponder"
  ],
  "homepage": "https://github.com/slantz/react-native-ring-picker",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/slantz/react-native-ring-picker.git"
  },
  "bugs": {
    "url": "https://github.com/slantz/react-native-ring-picker/issues"
  },
  "files": [
    "src",
    "index.js"
  ],
  "author": "Alex Kobylinski <kblnsk@gmail.com> (http://kblnsk.com/)",
  "license": "MIT",
  "main": "./index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "dependencies": {
    "debounce": "^1.2.0",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/core": "7.6.4",
    "@babel/runtime": "7.6.3",
    "@react-native-community/eslint-config": "^0.0.3",
    "babel-jest": "24.9.0",
    "jest": "24.9.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "react": "16.12.0",
    "react-native": "0.61.5"
  },
  "peerDependencies": {
    "react-native-svg": "^11.01.1"
  },
  "jest": {
    "preset": "react-native"
  }
}
