-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
bower.json
43 lines (43 loc) · 1.17 KB
/
bower.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
{
"name": "i18n-phonenumbers",
"version": "0.704.0",
"description": "Parse, format, and validate international phone numbers through Google's libphonenumber",
"authors": [
"Leo Di Donato <[email protected]> (http://git.io/leodido)"
],
"main": [
"i18n.phonenumbers.min.js",
"lite.i18n.phonenumbers.min.js",
"eu.extended.i18n.phonenumbers.min.js"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/leodido/i18n.phonenumbers.js.git"
},
"homepage": "http://github.com/leodido/i18n.phonenumbers.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"gulpfile.js",
"bower.json",
"package.json",
"gjslint.conf",
"src"
],
"devDependencies": {
"closure-library": "[email protected]:google/closure-library.git#eb26f425dbd99a70d2955d8fcc892f2fd0178acb",
"closure-compiler": "http://dl.google.com/closure-compiler/compiler-latest.tar.gz",
"libphonenumber": "[email protected]:googlei18n/libphonenumber.git#libphonenumber-7.0.6"
},
"keywords": [
"phone",
"telephone",
"phone number",
"mobile phone",
"i18n",
"validator",
"formatter"
]
}