{
    "name": "@delightfulstudio/react-native-wheel-picker-android",
    "version": "2.1.3",
    "description": "Android-only WheelPicker and DatePicker components that mimic their standard iOS counterparts",
    "main": "index.js",
    "scripts": {
        "test": "jest",
        "build": "true",
        "release-notes": "conventional-github-releaser -p eslint"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DelightfulStudio/react-native-wheel-picker-android.git"
    },
    "keywords": [
        "react-component",
        "react-native",
        "android",
        "picker",
        "wheel-picker",
        "date-picker",
        "date-wheel-picker"
    ],
    "contributors": [
        "Artem Kosiakevych <artem.kosiakevych@gmail.com>",
        "Naoto Kaneko (https://github.com/naoty)",
        "Delightful Studio (https://github.com/DelightfulStudio)"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/DelightfulStudio/react-native-wheel-picker-android/issues"
    },
    "homepage": "https://github.com/DelightfulStudio/react-native-wheel-picker-android",
    "peerDependencies": {
        "moment": "^2.22.2",
        "prop-types": "^15.6.2",
        "react": ">=16.4.2",
        "react-native": ">=0.55.4"
    },
    "devDependencies": {
        "@textpress/eslint-config-textpress": "^0.4.0",
        "babel-core": "^7.0.0-bridge.0",
        "babel-jest": "^23.0.1",
        "babel-preset-react-native": "^4.0.0",
        "conventional-github-releaser": "^3.1.2",
        "eslint": "^5.6.0",
        "jest": "^23.1.0",
        "metro-react-native-babel-preset": "0.45.5",
        "moment": "^2.22.2",
        "prop-types": "^15.6.2",
        "react": "16.5.0",
        "react-native": "0.57.0",
        "react-test-renderer": "16.5.0"
    },
    "jest": {
        "preset": "react-native"
    }
}
