This repository was archived by the owner on Aug 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
69 lines (69 loc) · 1.69 KB
/
bower.json
File metadata and controls
69 lines (69 loc) · 1.69 KB
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
65
66
67
68
69
{
"name": "blur-admin",
"version": "1.3.1",
"homepage": "https://github.com/1itvinka/blur-admin",
"authors": [
"akveo"
],
"description": "Blur Admin HTML template",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~3.1.1",
"Ionicons": "ionicons#~2.0.1",
"angular": "~1.5.8",
"angular-route": "~1.5.8",
"angular-toastr": "~2.1.1",
"angular-cookies": "~1.5.9",
"animate.css": "~3.5.2",
"bootstrap": "~3.3.5",
"bootstrap-select": "~1.12.1",
"bootstrap-switch": "~3.3.2",
"font-awesome": "fontawesome#~4.4.0",
"moment": "~2.17.0",
"angular-ui-router": "~0.3.2",
"angular-bootstrap": "~1.3.3",
"angular-ui-select": "^0.19.6",
"angular-sanitize": "~1.5.8",
"underscore": "^1.8.3",
"ng-country-select": "^0.1.4",
"ng-file-upload": "^12.2.13",
"iso-3166-country-codes-angular": "^1.2.1",
"angular-confirm": "angular-confirm1#^1.1.0",
"ng-intl-tel-input": "^2.0.0",
"ngclipboard": "^1.1.1"
},
"resolutions": {
"angular": "~1.5.8",
"jquery": "~3.1.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"js/dropdown.js",
"./dist/fonts/**.*"
]
},
"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"
]
}
},
"devDependencies": {
"angular-confirm": "angular-confirm1#^1.1.0"
}
}