-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
70 lines (70 loc) · 1.67 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
{
"name": "adminlte-bower",
"version": "2.1.1",
"authors": [
"Szymon Bluma <szbluma@gmail.com>"
],
"description": "List of css ad js libraries used by AdminLTE template",
"main": [
"dist/css/AdminLTE.css",
"dist/js/app.js"
],
"keywords": [
"adminlte",
"theme",
"template",
"css",
"responisve"
],
"license": "MIT",
"homepage": "http://almsaeedstudio.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.4",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"components-font-awesome": "*",
"ionicons": "*",
"seiyria-bootstrap-slider": "~4.8.2",
"bootstrap3-wysihtml5-bower": "~0.3.3",
"Chart.js": "~1.0.2",
"ckeditor": "4.3.x",
"mjolnic-bootstrap-colorpicker": "~2.1.2",
"datatables": "~1.10.7",
"bootstrap-datepicker": "~1.4.0",
"bootstrap-daterangepicker": "~1.3.21",
"fastclick": "1.0.6",
"flot": "~0.8.3",
"fullcalendar": "~2.3.1",
"iCheck": "~1.0.2",
"jquery.inputmask": "~3.1.63",
"ion.rangeSlider": "~2.0.9",
"jquery-ui": "~1.11.4",
"bower-jvectormap": "~1.2.2",
"jquery-knob": "~1.2.11",
"morris.js": "~0.5.1",
"raphael": "~2.1.4",
"pace": "~1.0.2",
"slimScroll": "~1.3.3",
"jqueryui-timepicker-addon": "~1.5.5"
},
"resolutions": {
"jquery": "~2.1.4"
},
"_release": "2.1.1",
"_resolution": {
"type": "version",
"tag": "2.1.1",
"commit": "f82a2262d957e74308aadeddf672e956a2f2dd75"
},
"_source": "https://github.com/bluemanos/adminlte-bower.git",
"_target": "2.1.1",
"_originalSource": "adminlte-bower"
}