-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gulp-angular",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.5.3",
"angular-cookies": "~1.5.3",
"angular-touch": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-messages": "~1.5.3",
"angular-aria": "~1.5.3",
"jquery": "~2.1.4",
"angular-resource": "~1.5.3",
"angular-ui-router": "~0.2.15",
"bootstrap-sass": "~3.3.5",
"angular-bootstrap": "^2.1.4",
"malarkey": "yuanqing/malarkey#~1.3.1",
"angular-toastr": "~1.5.0",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.3",
"angular-slick-carousel": "^3.1.7",
"font-awesome": "fontawesome#^4.6.3",
"ol3": "ol3-bower#^3.17.1",
"angular-openlayers-directive": "^1.15.2",
"angular-file-saver": "^1.1.2",
"angucomplete-alt": "^2.5.0",
"angular-bootstrap-slider": "^0.1.28",
"ng-lodash": "^0.5.0"
},
"devDependencies": {
"angular-mocks": "~1.5.3"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
},
"font-awesome": {
"main": [
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2"
]
}
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.3",
"angular-sanitize": "~1.5.3"
}
}