{
  "name": "@evolvier/react-native-select",
  "version": "1.1.1",
  "description": "A multi (or single) select component",
  "main": "index.js",
  "scripts": {
    "android": "cd example && yarn dev && expo start --android",
    "ios": "cd example && yarn dev && expo start --ios",
    "u": "cd example && yarn dev",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evolvier/react-native-select.git"
  },
  "keywords": [
    "react-native-select",
    "multi-select",
    "select",
    "simple-select",
    "react-component",
    "react",
    "react-native",
    "ios",
    "android"
  ],
  "author": "Vishnu PS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evolvier/react-native-select/issues"
  },
  "homepage": "https://github.com/evolvier/react-native-select#readme",
  "dependencies": {
    "react-native-modal": "^11.5.6",
    "react-native-vector-icons": "^7.0.0"
  }
}
