-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
47 lines (47 loc) · 1.05 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
{
"name": "startbootstrap-sb-admin-2",
"homepage": "http://startbootstrap.com/template-overviews/sb-admin-2/",
"version": "3.3.7+1",
"authors": [
"David Miller"
],
"description": "A free, open source, Bootstrap admin theme created by Start Bootstrap",
"keywords": [
"bootstrap",
"theme"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"pages",
"index.html",
"/js"
],
"main": [
"dist/css/sb-admin-2.css",
"dist/css/sb-admin-2.min.css",
"dist/js/sb-admin-2.js",
"dist/js/sb-admin-2.min.js"
],
"dependencies": {
"bootstrap": "v4.0.0-beta",
"datatables": "~1.10.15",
"datatables-plugins": "~1.10.16",
"flot": "~0.8.3",
"font-awesome": "~4.6.3",
"holderjs": "~2.4.1",
"metisMenu": "metismenu#^2.7.0",
"morrisjs": "~0.5.1",
"datatables-responsive": "^2.2.0",
"bootstrap-social": "~4.8.0",
"flot.tooltip": "~0.8.4",
"popper.js": "^1.12.5"
},
"resolutions": {
"font-awesome": "~4.6.3"
}
}