react-native-google-places-ui
Version:
React Native wrapper for Google Place UI widgets
35 lines (34 loc) • 883 B
JSON
{
"name": "react-native-google-places-ui",
"version": "0.2.0",
"description": "React Native wrapper for Google Place UI widgets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mktar": "yarn pack -f ./examples/react-native-google-places-ui.tgz"
},
"repository": {
"type": "git",
"url": "https://github.com/aMarCruz/react-native-google-places-ui.git"
},
"keywords": [
"react",
"native",
"react-native",
"location",
"maps",
"picker",
"places",
"ui"
],
"author": "aMarCruz",
"license": "MIT",
"bugs": "https://github.com/aMarCruz/react-native-google-places-ui/issues",
"homepage": "https://github.com/aMarCruz/react-native-google-places-ui#README",
"peerDependencies": {
"react-native": ">=0.57.0"
},
"devDependencies": {
"react-native": "^0.59.2"
}
}