-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.01 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
42
43
{
"name": "react-native-algolia-places",
"version": "0.0.4",
"homepage": "https://github.com/lucalas/react-native-algolia-places#readme",
"description": "React Native module to search places using Algolia Places API",
"main": "./src/index.js",
"dependencies": {
"algoliasearch": "^3.32.0",
"prop-types": "^15.6.2",
"react-native-search-box": "^0.0.19"
},
"author": "Luca Taddeo",
"license": "MIT",
"peerDependencies": {
"@types/react": ">=16.4.18",
"react": ">=16.4.1",
"react-native": ">=0.56.0"
},
"devDependencies": {
"react": "^16.4.1",
"react-native": "^0.56.0"
},
"bugs": {
"url": "https://github.com/lucalas/react-native-algolia-places/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucalas/react-native-algolia-places.git"
},
"keywords": [
"AlgoliaPlaces",
"Algolia",
"Places",
"ReactNative",
"React",
"Native",
"Android",
"IOS",
"Search",
"places"
],
"typings": "./index.d.ts"
}