-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
32 lines (32 loc) · 955 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
{
"name": "react-native-country-code-list",
"version": "1.1.2",
"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 <artem.kosiakevych@eleken.co>",
"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.3.0",
"react-native-search-box": "0.0.19",
"lodash": "^4.17.10"
}
}