forked from ColorlibHQ/AdminLTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
53 lines (53 loc) · 1.43 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
{
"name": "admin-lte",
"version": "1.2.1#ember",
"authors": [
"Abdullah Almsaeed <[email protected]>"
],
"description": "AdminLTE - Free Premium Admin control Panel Theme That Is Based On Bootstrap 3.x",
"main": [],
"keywords": [
"bootstrap",
"admin",
"template",
"twitter bootstrap"
],
"license": "MIT",
"homepage": "http://almsaeedstudio.com/",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"bootstrap": ">=3.1.0",
"font-awesome": ">=4.0.0",
"iCheck": "~1.0.1"
},
"devDependencies": {
"ionicons": ">=1.4.0",
"seiyria-bootstrap-slider": ">=1.9.0",
"bootstrap3-wysihtml5-bower": ">=0.2.10",
"jquery-ui": ">=1.10.3",
"ckeditor": ">=4.3.3",
"mjolnic-bootstrap-colorpicker": "~2.0.0",
"datatables": ">=1.9.4",
"datatables-bootstrap3": "latest",
"bootstrap-daterangepicker": "~1.3",
"bootstrap3-datetimepicker": "~3.0",
"flot": ">=0.8.3",
"fullcalendar": "1.6.4",
"jquery.inputmask": "~3.0.0",
"ionslider": "https://github.com/IonDen/ion.rangeSlider.git#>=1.8.5",
"jquery-knob": "~1.2.0",
"bower-jvectormap": ">=1.2.2",
"morrisjs": "~0.5.1",
"slimScroll": "~1.3.0",
"bootstrap-social": ">=4.2.0",
"sparkline": "http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js"
},
"resolutions": {
"jquery": ">= 1.9.0",
"bootstrap": ">=3.1.0",
"datatables": ">=1.9.4"
}
}