{
  "name": "react-native-search-engine",
  "version": "1.1.33",
  "description": "It is a type of search engine like the \"html5's browsers input\", it can be used to auto-complete words or to search for elements within an array or object.",
  "main": "index.js",
  "scripts": {
    "start-android": "webpack  PLATFORM=android webpack-dev-server",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsnavarroc/react-native-search-engine.git"
  },
  "keywords": [
    "react-native-search",
    "react-native-autocomplete-search",
    "autocomplet",
    "react-native-autocomplete",
    "react-native-autocomplete-search-engine"
  ],
  "author": "Johan Navarro",
  "license": "GNU",
  "bugs": {
    "url": "https://github.com/jsnavarroc/react-native-search-engine/issues"
  },
  "homepage": "https://github.com/jsnavarroc/react-native-search-engine#readme",
  "peerDependencies": {
    "react": "^16.13.1",
    "react-native": "^0.63.1"
  },
  "dependencies": {
    "lodash": "^4.17.19",
    "prop-types": "^15.7.2",
    "react-native-vector-icons": "^7.0.0"
  },
  "devDependencies": {
    "metro-react-native-babel-preset": "^0.60.0"
  }
}
