-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.14 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
{
"name": "clickerHeroes10Hsoptimizer",
"version": "0.0.0",
"dependencies": {
"jquery": "~3.1.1",
"angular-animate": "~1.5.9",
"angular-cookies": "~1.5.9",
"angular-touch": "~1.5.9",
"angular-sanitize": "~1.5.9",
"angular-messages": "~1.5.9",
"angular-aria": "~1.5.9",
"angular-resource": "~1.5.9",
"angular-route": "~1.5.9",
"bootstrap-sass": "~3.3.7",
"angular-bootstrap": "~2.2.0",
"angular": "~1.5.9",
"cryptojslib": "^3.1.2",
"intl": "^1.2.5",
"ngclipboard": "^1.1.1",
"angularjs-slider": "^5.8.1"
},
"devDependencies": {
"angular-mocks": "~1.5.9"
},
"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"
]
}
},
"resolutions": {
"jquery": "~3.1.1",
"angular": "~1.5.9"
}
}