forked from aguegu/AdminLTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
72 lines (72 loc) · 1.61 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
65
66
67
68
69
70
71
72
{
"name": "admin-lte-sass",
"version": "3.1.2.1",
"homepage": "http://almsaeedstudio.com",
"authors": [
"Abdullah Almsaeed <[email protected]>",
"aGuegu <[email protected]>",
"FR"
],
"description": "Admin dashboard and control panel template",
"main": [
"scss/**/*.scss",
"javascripts/app.js",
"plugins/**/*.js"
],
"keywords": [
"sass",
"scss",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"documentation",
"**/.*",
"test",
"tests",
"dist",
"*.html",
"images",
"pages"
],
"dependencies": {
"bootstrap-sass-official": "~3.3.4",
"jquery-slimscroll": "~1.3.6",
"fastclick": "~1.0.6"
},
"devDependencies": {
"font-awesome": "~4.3.0",
"ionicons": "~2.0.1",
"jquery-ui": "~1.11.4",
"iCheck": "~1.0.2",
"morrisjs": "~0.5.1",
"jvectormap": "bjornd/jvectormap#~2.0.2",
"bootstrap-datepicker": "~1.4.0",
"bootstrap3-wysihtml5-bower": "~0.3.3",
"bootstrap-daterangepicker": "~1.3.21",
"jquery-knob": "~1.2.11",
"Chart.js": "~1.0.2",
"flot": "~0.8.3",
"bootstrap-social": "~4.9.0",
"seiyria-bootstrap-slider": "~4.9.1",
"ionrangeslider": "~2.0.10",
"jquery.inputmask": "~3.1.63",
"mjolnic-bootstrap-colorpicker": "~2.1.2",
"smalot-bootstrap-datetimepicker": "~2.3.4",
"ckeditor": "~4.4.7",
"datatables": "~1.10.7",
"datatables-plugins": "~1.10.7",
"fullcalendar": "~2.3.1",
"pace": "~1.0.2"
}
}