forked from chamilo/chamilo-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.15 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
{
"name": "ChamiloLMS",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.*",
"bootstrap-select": "1.13.*",
"fontawesome": "4.7.*",
"jquery": "2.2.*",
"jquery-ui": "1.11.*",
"bootstrap-daterangepicker": "2.1.*",
"ckeditor": "4.6.2",
"jquery-timeago": "1.4.*",
"mediaelement": "^4.2.16",
"modernizr": "2.8.*",
"jqueryui-timepicker-addon": "1.5.*",
"image-map-resizer": "0.5.*",
"fullcalendar": "3.1.0",
"simpleWebRTC": "2.2.*",
"select2": "4.*",
"MathJax": "2.7.*",
"webcamjs": "1.0.*",
"cropper": "1.0.*",
"jquery.scrollbar": "0.2.*",
"jquery-file-upload": "*",
"pwstrength-bootstrap": "2.1.0",
"readmore-js": "2.1.0",
"qtip2": "*",
"js-cookie": "2.1.*",
"flag-icon-css": "*",
"jquery.easy-pie-chart": "^2.1.6",
"chartjs-plugin-labels": "^1.1",
"jqueryui-touch-punch": "*",
"multiselect-two-sides": "2.5.*",
"bootstrap-year-calendar": "1.1.*",
"datepair": "*",
"jt.timepicker": "*",
"keyboard": "^1.28.7"
},
"resolutions": {
"jquery": "2.1.4"
}
}