-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
55 lines (55 loc) · 1.5 KB
/
bower.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "gulptemplate",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.5",
"bootstrap-material-design": "0.4.3",
"animate.css": "~3.4.0",
"angular": "~1.4.2",
"angular-touch": "~1.4.2",
"angular-sanitize": "~1.4.2",
"angular-route": "~1.4.2",
"angular-animate": "~1.4.2",
"angular-motion": "~0.4.3",
"angular-strap": "~2.3.1",
"angular-google-maps": "~2.2.1",
"angular-scroll": "~0.7.3",
"angular-scroll-animate": "~0.9.8",
"google-markerwithlabel": "~1.1.10",
"moment": "~2.10.6",
"angular-timer": "2e9408236ed618abbb49dffabd88aed87eaa10a1"
},
"devDependencies": {},
"overrides": {
"bootstrap": {
"main": [
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"bootstrap-material-design": {
"main": [
"dist/js/material.js",
"dist/fonts/Material-Design-Icons.eot",
"dist/fonts/Material-Design-Icons.svg",
"dist/fonts/Material-Design-Icons.ttf",
"dist/fonts/Material-Design-Icons.woff"
],
"dependencies": []
},
"google-markerwithlabel": {
"main": [
"src/markerwithlabel.js"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.2",
"moment": "~2.10.6"
}
}