{
  "name": "react-native-google-places-autocomplete",
  "version": "1.3.2",
  "description": "Customizable Google Places autocomplete component for iOS and Android React-Native apps",
  "main": "GooglePlacesAutocomplete.js",
  "scripts": {
    "test": "./node_modules/eslint/bin/eslint.js GooglePlacesAutocomplete.js"
  },
  "author": "Farid from Safi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FaridSafi/react-native-google-places-autocomplete.git"
  },
  "keywords": [
    "autocomplete",
    "google",
    "places",
    "react-component",
    "react-native",
    "ios",
    "android"
  ],
  "bugs": {
    "url": "https://github.com/FaridSafi/react-native-google-places-autocomplete/issues"
  },
  "homepage": "https://github.com/FaridSafi/react-native-google-places-autocomplete#readme",
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "prop-types": "^15.5.10",
    "qs": "^5.2.0"
  },
  "devDependencies": {
    "eslint": "^1.9.0",
    "eslint-config-airbnb": "^1.0.0",
    "eslint-plugin-react": "^3.9.0"
  },
  "peerDependencies": {
    "react-native": ">= 0.46"
  }
}
