-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
{
"name": "react-native-google-places-autocomplete",
"version": "1.3.6",
"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"
}
}