bower.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "ChamiloLMS",
  3. "ignore": [
  4. "**/.*",
  5. "node_modules",
  6. "bower_components",
  7. "test",
  8. "tests"
  9. ],
  10. "dependencies": {
  11. "bootstrap": "3.*",
  12. "bootstrap-select": "1.13.*",
  13. "fontawesome": "4.7.*",
  14. "jquery": "2.2.*",
  15. "jquery-ui": "1.11.*",
  16. "bootstrap-daterangepicker": "2.1.*",
  17. "ckeditor": "4.6.2",
  18. "jquery-timeago": "1.4.*",
  19. "mediaelement": "4.*",
  20. "modernizr": "2.8.*",
  21. "jqueryui-timepicker-addon": "1.5.*",
  22. "image-map-resizer": "0.5.*",
  23. "fullcalendar": "3.1.0",
  24. "simpleWebRTC": "2.2.*",
  25. "select2": "4.*",
  26. "MathJax": "2.7.*",
  27. "webcamjs": "1.0.*",
  28. "cropper": "1.0.*",
  29. "jquery.scrollbar": "0.2.*",
  30. "jquery-file-upload": "*",
  31. "pwstrength-bootstrap": "2.1.0",
  32. "readmore-js": "2.1.0",
  33. "qtip2": "*",
  34. "js-cookie": "2.1.*",
  35. "flag-icon-css": "*",
  36. "jquery.easy-pie-chart": "^2.1.6",
  37. "jqueryui-touch-punch": "*",
  38. "multiselect-two-sides": "2.5.*",
  39. "bootstrap-year-calendar": "1.1.*",
  40. "datepair": "*",
  41. "jt.timepicker": "*",
  42. "keyboard": "^1.28.7"
  43. },
  44. "resolutions": {
  45. "jquery": "2.1.4"
  46. }
  47. }