-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
64 lines (64 loc) · 1.5 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
59
60
61
62
63
64
{
"name": "blur-monitor",
"version": "1.6.2",
"homepage": "https://github.com/1itvinka/blur-admin",
"authors": [
"akveo",
"xcjs"
],
"description": "Blur Admin HTML template",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Chart.js": "~1.1.1",
"Ionicons": "ionicons#~2.0.1",
"angular": "1.5.8",
"angular-smart-table": "^2.1.8",
"angular-touch": "1.5.8",
"animate.css": "~3.4.0",
"bootstrap": "~3.3.5",
"bootstrap-select": "~1.9.3",
"font-awesome": "fontawesome#~4.4.0",
"jquery": "~2.2.4",
"jquery.easing": "~1.3.1",
"moment": "~2.10.6",
"angular-ui-router": "~0.2.16",
"angular-chart.js": "~0.10.1",
"angular-bootstrap": "~0.14.3",
"ng-js-tree": "~0.0.7",
"angular-resource": "1.5.8",
"lodash": "^4.15.0",
"angular-animate": "1.5.8",
"angular-moment": "^1.0.1",
"angular-local-storage": "^0.5.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"js/dropdown.js"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/FontAwesome.otf",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.woff2"
]
}
},
"resolutions": {
"angular": "1.5.8",
"moment": ">=2.19.3 <3.0.0"
}
}