-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
52 lines (52 loc) · 1.51 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
{
"name": "kick",
"authors": [
"Marcelo Diniz <[email protected]>"
],
"description": "Kick Start project using CodeIgniter, HMVC, AdminLTE and more",
"main": [
"assets/css/main.css",
"assets/js/main.js"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.*",
"bootstrap": "^3.3.7",
"html5shiv": "^3.7.3",
"font-awesome": "^4.6.3",
"respond": "^1.4.2",
"ckeditor": "^4.5.11",
"datatables": "^1.10.12",
"datatables-plugins": "^1.10.12",
"fastclick": "^1.0.6",
"Flot": "flot#^0.8.3",
"fullcalendar": "^3.0.1",
"iCheck": "^1.0.2",
"PACE": "pace#^1.0.2",
"select2": "^4.0.3",
"jquery-slimscroll": "slimScroll#^1.3.8",
"jquery-knob": "^1.2.13",
"morris.js": "morrisjs#^0.5.1",
"jquery.inputmask": "RobinHerbots/Inputmask#^3.3.3",
"bootstrap-timepicker": "^0.5.2",
"ion.rangeSlider": "ionrangeslider#^2.1.4",
"Ionicons": "ionicons#^2.0.1",
"animsition": "^4.0.2",
"tinycolor": "bgrins/TinyColor#^1.4.1",
"bootstrap-colorpickersliders": "istvan-ujjmeszaros/bootstrap-colorpickersliders#^3.0.1",
"pwstrength-bootstrap": "ablanco/jquery.pwstrength.bootstrap#^2.0.3",
"Chart.js": "chart.js#1",
"bootstrap-daterangepicker": "dangrossman/bootstrap-daterangepicker#^2.1.24",
"bootstrap-datepicker": "uxsolutions/bootstrap-datepicker#^1.6.4",
"moment": "^2.15.1",
"jquery-ui": "^1.12.1"
}
}