forked from kalontech/ReactNativeCountryCodeList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 986 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
{
"name": "react-native-country-code-list",
"version": "1.0.8",
"description": "Country code list with alphabet navigation for Android/IOS to use with react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ElekenAgency/ReactNativeCountryCodeList.git"
},
"keywords": [
"react-component",
"react-native",
"react-native-country-code-list",
"react-native-countries-code-list",
"react-native-countries-code"
],
"author": "Artem Kosiakevych <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ElekenAgency/ReactNativeCountryCodeList/issues"
},
"homepage": "https://github.com/ElekenAgency/ReactNativeCountryCodeList",
"scripts": {
"fix": "eslint --fix",
"lint": "eslint ."
},
"dependencies": {
"react-native-alphabetlistview": "0.2.0",
"react-native-search-box": "git+https://github.com/ElekenAgency/react-native-search-box.git"
}
}