{
  "name": "@victorzimnikov/react-native-wheel-picker-android",
  "version": "3.1.3",
  "description": "Simple Wheel Picker for Android to use with react-native",
  "main": "index.tsx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kalontech/ReactNativeWheelPicker.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "android",
    "picker",
    "wheel-picker",
    "date-picker",
    "date-wheel-picker"
  ],
  "author": "Artem Kosiakevych <artem.kosiakevych@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kalontech/ReactNativeWheelPicker/issues"
  },
  "homepage": "https://github.com/kalontech/ReactNativeWheelPicker",
  "dependencies": {
    "@react-native-picker/picker": "^2.2.1",
    "moment": "^2.24.0"
  }
}
