-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
42 lines (42 loc) · 919 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
{
"name": "make-your-own-gmail",
"version": "0.0.0",
"authors": [
"Max Mautner <max.mautner@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.6",
"angular-google-gapi": "git@github.com:mmautner/angular-google-gapi.git#master",
"bootstrap": "~3.3.5",
"angular-ui-router": "~0.2.15",
"moment": "~2.10.6",
"angular-moment": "~0.10.3",
"async": "~1.4.2",
"angular-growl-v2": "~0.7.5",
"angular-animate": "~1.4.6",
"ng-ckeditor": "~0.2.1",
"font-awesome": "~4.4.0",
"angular-cache": "~4.3.2",
"email-addresses": "~2.0.1",
"favico.js": "~0.3.9"
},
"resolutions": {
"angular": "~1.4.6"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}