-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 999 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
35
36
37
38
39
{
"name": "react-native-geodb",
"version": "1.5.5",
"description": "A simple and fully customizable GeoDB cities api component for iOS and Android React-Native apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -f *.tgz",
"pack": "npm pack",
"bump": "npm version patch",
"prepack": "yarn clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usmansbk/react-native-geodb.git"
},
"keywords": [
"react-native",
"react",
"geodb",
"cities",
"search",
"location",
"search"
],
"author": "Babakolo Usman Suleiman",
"license": "MIT",
"bugs": {
"url": "https://github.com/usmansbk/react-native-geodb/issues"
},
"homepage": "https://github.com/usmansbk/react-native-geodb#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.56.0"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"prop-types": "^15.7.2"
}
}