forked from Panopto/moodle-tiny_panoptoltibutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththirdpartylibs.xml
More file actions
25 lines (24 loc) · 826 Bytes
/
Copy paththirdpartylibs.xml
File metadata and controls
25 lines (24 loc) · 826 Bytes
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
<thirdpartylibs>
<!-- Handlebars -->
<library>
<name>Handlebars</name>
<version>4.7.7</version>
<location>js/handlebars.min-v4.7.7.js</location>
<license>MIT</license>
<licenseurl>https://opensource.org/licenses/MIT</licenseurl>
<notes>
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration.
</notes>
</library>
<!-- jQuery -->
<library>
<name>jQuery</name>
<version>3.7.0</version>
<location>js/jquery-3.7.0.min.js</location>
<license>MIT</license>
<licenseurl>https://jquery.org/license/</licenseurl>
<notes>
jQuery is a fast, small, and feature-rich JavaScript library.
</notes>
</library>
</thirdpartylibs>