forked from MuhammedAlmaz/React-Native-INTL-Phone-Input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 KB
/
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
40
41
42
43
44
45
46
{
"name": "dj-intl-phone-input",
"version": "1.2.6",
"description": "It is an international phone component.",
"main": "index.js",
"private": false,
"scripts": {
"test": "echo \"Print: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/djintalkalan/React-Native-INTL-Phone-Input.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"intl",
"international",
"phone",
"input",
"component",
"mask",
"masked"
],
"author": "Deepak Jaglan",
"license": "MIT",
"bugs": {
"url": "https://github.com/djintalkalan/React-Native-INTL-Phone-Input/issues"
},
"homepage": "https://github.com/djintalkalan/React-Native-INTL-Phone-Input#readme",
"peerDependencies": {
"react-native": ">= 0.25"
},
"dependencies": {
"libphonenumber-js": "^1.10.13"
},
"devDependencies": {
"@types/lodash": "^4.14.170"
}
}