-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
56 lines (56 loc) · 1.41 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
{
"name": "todoui",
"version": "0.0.1",
"description": "todoui",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.2.4",
"angular": "^1.6.10",
"angular-sanitize": "~1.6.9",
"bootstrap": "^3.3.7",
"angular-ui-router": "^1.0.15",
"angular-loader": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-mocks": "~1.5.0",
"html5-boilerplate": "^5.3.0",
"angular-bootstrap": "^2.4.0",
"angular-animate": "^1.5.10",
"toastr": "^2.1.3",
"extras.angular.plus": "^0.9.2",
"adal-angular": "^1.0.17"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"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"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2",
"fonts/Fontawesome.otf"
]
}
},
"resolutions": {
"angular": "1.6.10"
}
}