-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
34 lines (34 loc) · 859 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
{
"name": "morano2017",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.4.2",
"angular-touch": "~1.4.2",
"angular-sanitize": "~1.4.2",
"jquery": "~1.11.3",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.5",
"moment": "~2.10.6",
"angular": "~1.4.2",
"angularjs-socialshare": "~0.1.13"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"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"
]
}
},
"resolutions": {
"jquery": "~1.11.3",
"angular": "~1.4.2"
}
}