-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "react-native-search-engine",
"version": "1.1.33",
"description": "It is a type of search engine like the \"html5's browsers input\", it can be used to auto-complete words or to search for elements within an array or object.",
"main": "index.js",
"scripts": {
"start-android": "webpack PLATFORM=android webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsnavarroc/react-native-search-engine.git"
},
"keywords": [
"react-native-search",
"react-native-autocomplete-search",
"autocomplet",
"react-native-autocomplete",
"react-native-autocomplete-search-engine"
],
"author": "Johan Navarro",
"license": "GNU",
"bugs": {
"url": "https://github.com/jsnavarroc/react-native-search-engine/issues"
},
"homepage": "https://github.com/jsnavarroc/react-native-search-engine#readme",
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.1"
},
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.7.2",
"react-native-vector-icons": "^7.0.0"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.60.0"
}
}