bower.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "chamilo",
  3. "ignore": [
  4. "**/.*",
  5. "node_modules",
  6. "bower_components",
  7. "test",
  8. "tests",
  9. "demo.js"
  10. ],
  11. "dependencies": {
  12. "bootstrap": "3.*",
  13. "fontawesome": "4.7.*",
  14. "jquery": "2.2.*",
  15. "jquery-ui": "1.11.*",
  16. "bootstrap-daterangepicker": "2.1.*",
  17. "ckeditor": "*",
  18. "jquery-timeago": "1.5.*",
  19. "mediaelement": "2.*",
  20. "modernizr": "2.8.*",
  21. "jqueryui-timepicker-addon": "1.5.*",
  22. "image-map-resizer": "0.5.*",
  23. "fullcalendar": "2.9.*",
  24. "simpleWebRTC": "1.15.*",
  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": "*",
  32. "readmore-js": "2.1.0",
  33. "qtip2": "*",
  34. "ajaxQueue": "https://github.com/gnarf/jquery-ajaxQueue.git",
  35. "moment": "*",
  36. "jqgrid": "4.7.0",
  37. "chosen" : "*",
  38. "impress.js": "0.5.3",
  39. "jqueryui-touch-punch": "*",
  40. "jsPlumb" : "1.3.7",
  41. "xcolor": "*",
  42. "d3" : "3.5.4",
  43. "colorbrewer" : "*",
  44. "emojione" : "2.2.*",
  45. "webodf.js" : "0.5.*",
  46. "wodo.texteditor" : "0.5.*",
  47. "emojionearea" : "3.1.*",
  48. "highlight.js.origin": "9.*",
  49. "bootstrap-language": "*"
  50. },
  51. "resolutions": {
  52. "jquery": "2.1.4"
  53. }
  54. }