forked from tolu360/react-native-google-places
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-google-places",
"description": "iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services for React Native Apps",
"main": "index.js",
"author": "Tolu Olowu (Arttitude 360) <[email protected]>",
"version": "2.5.2",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tolu360/react-native-google-places"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tolu360/react-native-google-places/issues"
},
"homepage": "https://github.com/tolu360/react-native-google-places#readme",
"keywords": [
"react",
"react-native",
"react-component",
"map",
"places",
"google-places",
"Google Places API",
"autocomplete",
"ios",
"android"
],
"peerDependencies": {
"react": ">=15.4.0 || ^16.0.0-alpha",
"react-native": ">=0.40.0"
},
"devDependencies": {}
}