-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 905 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",
"version": "1.0.8",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/runtime": "7.4.3",
"babel-jest": "24.7.0",
"jest": "24.7.0",
"metro-react-native-babel-preset": "0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"description": "React native country picker",
"main": "index.tsx",
"repository": {
"type": "git",
"url": "https://github.com/vishaldhanotiya/rn-country-picker.git"
},
"keywords": [
"rn-country-picker",
"country-picker",
"react-native-country-picker"
],
"author": "vishaldhanotiya",
"license": "MIT",
"bugs": {
"url": "https://github.com/vishaldhanotiya/rn-country-picker/issues"
},
"homepage": "https://github.com/vishaldhanotiya/rn-country-picker#readme"
}