use-google-autocomplete
Version:
A tiny React Hook that returns Google Autocomplete results, with session_token handling.
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "use-google-autocomplete",
"version": "0.1.0",
"description": "A tiny React Hook that returns Google Autocomplete results, with session_token handling.",
"keywords": [
"google maps",
"maps places",
"maps query",
"react",
"hooks"
],
"main": "lib/index.js",
"dependencies": {
"uuid": "^3.3.2"
},
"peerDependencies": {
"react": "^16.8.x",
"react-dom": "^16.8.x",
"typescript": "^3.3.3333"
},
"devDependencies": {
"@types/node": "^11.10.5",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2"
},
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timc1/use-google-autocomplete.git"
},
"author": "Tim Chang <timchang.tcc@gmail.com> (https://timcchang.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/timc1/use-google-autocomplete/issues"
},
"homepage": "https://github.com/timc1/use-google-autocomplete#readme"
}