-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 599 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 599 Bytes
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
{
"name": "jackocnr/intl-tel-input",
"version": "29.0.4",
"description": "A JavaScript library for entering and validating international telephone numbers",
"keywords": [
"international",
"i18n",
"country",
"dial",
"code",
"telephone",
"tel",
"number",
"mobile",
"input",
"flag"
],
"homepage": "https://github.com/jackocnr/intl-tel-input",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jack O'Connor",
"homepage": "http://jackocnr.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true
}