bower.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "bootstrap-select": "1.12.*",
  14. "fontawesome": "4.7.*",
  15. "jquery": "2.2.*",
  16. "jquery-ui": "1.11.*",
  17. "bootstrap-daterangepicker": "2.1.*",
  18. "ckeditor": "*",
  19. "jquery-timeago": "1.5.*",
  20. "mediaelement": "2.*",
  21. "modernizr": "2.8.*",
  22. "jqueryui-timepicker-addon": "1.5.*",
  23. "image-map-resizer": "0.5.*",
  24. "fullcalendar": "3.1.0",
  25. "simpleWebRTC": "2.2.*",
  26. "select2": "4.*",
  27. "MathJax": "2.7.*",
  28. "webcamjs": "1.0.*",
  29. "cropper": "1.0.*",
  30. "jquery.scrollbar": "0.2.*",
  31. "jquery-file-upload": "*",
  32. "pwstrength-bootstrap": "*",
  33. "readmore-js": "2.1.0",
  34. "qtip2": "*",
  35. "ajaxQueue": "https://github.com/gnarf/jquery-ajaxQueue.git",
  36. "moment": "*",
  37. "jqgrid": "4.7.0",
  38. "chosen" : "*",
  39. "impress.js": "0.5.3",
  40. "jqueryui-touch-punch": "*",
  41. "jsPlumb" : "1.3.7",
  42. "xcolor": "*",
  43. "d3" : "3.5.4",
  44. "colorbrewer" : "*",
  45. "emojione" : "2.2.*",
  46. "webodf.js" : "0.5.*",
  47. "wodo.texteditor" : "0.5.*",
  48. "emojionearea" : "3.1.*",
  49. "highlight.js.origin": "9.*",
  50. "bootstrap-language": "*"
  51. },
  52. "resolutions": {
  53. "jquery": "2.1.4"
  54. }
  55. }