-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
44 lines (44 loc) · 909 Bytes
/
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
44
{
"name": "format-phone",
"version": "0.0.6",
"title": "Phone Format",
"appPath": "dist",
"description": "Convert text to international friendly phone number format",
"keywords": [
"phone",
"phone format",
"phone numbers",
"format",
"format phone",
"international",
"e-164"
],
"homepage": "https://github.com/fbatroni/format-phone",
"author": {
"name": "Fritz G. Batroni"
},
"repository": {
"type": "git",
"url": "git://github.com/fbatroni/format-phone.git"
},
"bugs": "https://github.com/fbatroni/format-phone/issues",
"main": [
"dist/format-phone.js"
],
"ignore": [
"/*.*",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"app",
"common",
"test",
"tests"
],
"authors": [
"Fritz G. Batroni <fritz.g.batroni@gmail.com>"
],
"license": "MIT",
"dependencies": {}
}