-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 957 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
45
{
"name": "angular-phone-format",
"version": "0.0.1",
"title": "Angular Phone Format",
"appPath": "app",
"description": "Convert text to international friendly phone number format",
"keywords": [
"phone",
"phone numbers",
"format",
"international",
"e-164"
],
"homepage": "https://github.com/fbatroni/ng-phone-format",
"author": {
"name": "Fritz G. Batroni"
},
"repository": {
"type": "git",
"url": "git://github.com/fbatroni/ng-phone-format.git"
},
"bugs": "https://github.com/fbatroni/ng-phone-format/issues",
"dependencies": {
"angular": "~1.2.0"
},
"main": [
"dist/js/angular-phone-format"
],
"ignore": [
"/*.*",
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"authors": [
"Fritz G. Batroni <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"bootstrap": "^3.3.6"
}
}