{
  "name": "react-native-ultra-picker-ios",
  "version": "0.1.8",
  "description": "A multiple component Picker for react-native iOS. More than one column, imagine that!",
  "main": "js/UltraPickerIOS.js",
  "typings": "js/UltraPickerIOS.d.ts",
  "repository": {
    "url": "https://github.com/sportsbet/react-native-ultra-picker-ios.git"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "picker",
    "ios",
    "react-native"
  ],
  "author": "Tim Sawtell <tim.sawtell@sportsbet.com.au>, Edward Jones <edward.jones@sportsbet.com.au> (https://github.com/sportsbet)",
  "devDependencies": {
    "@types/react": "^16.0",
    "@types/react-native": "^0.48.1",
    "react": "^16.0",
    "react-native": "^0.48.1",
    "typescript": "^2.5"
  },
  "files": [
    "js",
    "ts",
    "UltraPickerIOS"
  ],
  "license": "MIT"
}
