{
  "name": "rn-wheel-picker",
  "version": "2.0.0",
  "description": "React native cross platform picker.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wusuopu/react-native-wheel-picker.git"
  },
  "keywords": [
    "react-native",
    "picker",
    "wheel"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wusuopu/react-native-wheel-picker/issues"
  },
  "homepage": "https://github.com/wusuopu/react-native-wheel-picker#readme",
  "dependencies": {
    "lodash": "*",
    "moment": "*"
  },
  "rnpm": {
    "android": {
      "packageInstance": "new ReactNativeWheelPickerPackage()"
    }
  }
}
