12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "ChamiloLMS",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap": "3.*",
- "fontawesome": "4.7.*",
- "jquery": "2.2.0",
- "jquery-ui": "1.11.*",
- "bootstrap-daterangepicker": "2.1.*",
- "ckeditor": "*",
- "jquery-timeago": "1.4.*",
- "mediaelement": "2.*",
- "modernizr": "2.8.*",
- "jqueryui-timepicker-addon": "1.5.*",
- "image-map-resizer": "0.5.*",
- "fullcalendar": "3.1.0",
- "simpleWebRTC": "1.15.*",
- "select2": "4.*",
- "MathJax": "2.5.*",
- "webcamjs": "1.0.*",
- "cropper": "1.0.*",
- "jquery.scrollbar": "0.2.*",
- "jquery-file-upload": "*",
- "pwstrength-bootstrap": "*",
- "readmore-js": "2.1.0",
- "qtip2": "*"
- },
- "resolutions": {
- "jquery": "2.1.4"
- }
- }
|