-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 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
{
"name": "rn-country-picker-minimal",
"version": "1.0.0",
"description": "A simple country picker for react native applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravisojitra/rn-country-picker-minimal.git"
},
"keywords": [
"react",
"react-native",
"country-picker",
"react-native-component",
"mobile",
"ios",
"android",
"ui"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"rn-country-picker-minimal": "^1.0.0",
"underscore": ">=1.12.1"
},
"author": "Ravi Sojitra",
"license": "ISC",
"bugs": {
"url": "https://github.com/ravisojitra/rn-country-picker-minimal"
},
"homepage": "https://github.com/ravisojitra/rn-country-picker-minimal#readme"
}