File tree Expand file tree Collapse file tree 5 files changed +55
-1
lines changed
Expand file tree Collapse file tree 5 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 1+ <dotnetnuke type="Package" version="5.0">
2+ <packages>
3+ <package name="Blob" type="JavaScript_Library" version="0.1.0">
4+ <friendlyName>Blob.js</friendlyName>
5+ <description><![CDATA[Blob.js implements the W3C <a href="https://developer.mozilla.org/en-US/docs/Web/API/Blob"><code>Blob</code></a> interface in browsers that do
6+ not natively support it.]]></description>
7+ <owner>
8+ <name>Engage Software</name>
9+ <organization>Engage Software</organization>
10+ <url>http://www.engagesoftware.com</url>
11+ <email>support@engagesoftware.com</email>
12+ </owner>
13+ <license src="LICENSE.htm" />
14+ <releaseNotes src="CHANGES.htm" />
15+ <azureCompatible>true</azureCompatible>
16+ <dependencies>
17+ <!--
18+ <dependency type="managedPackage" version="1.0.0">jQuery</dependency>
19+ -->
20+ </dependencies>
21+ <components>
22+ <component type="JavaScript_Library">
23+ <javaScriptLibrary>
24+ <libraryName>Blob</libraryName>
25+ <fileName>Blob.min.js</fileName>
26+ <preferredScriptLocation>BodyBottom</preferredScriptLocation>
27+ <CDNPath>https://cdn.jsdelivr.net/blob.js/0.1/Blob.js</CDNPath>
28+ <objectName>Blob</objectName>
29+ </javaScriptLibrary>
30+ </component>
31+ <component type="JavaScriptFile">
32+ <jsfiles>
33+ <libraryFolderName>Blob</libraryFolderName>
34+ <jsfile>
35+ <name>Blob.min.js</name>
36+ </jsfile>
37+ </jsfiles>
38+ </component>
39+ </components>
40+ </package>
41+ </packages>
42+ </dotnetnuke>
Original file line number Diff line number Diff line change 1+ < p > See the < a href ="https://github.com/eligrey/Blob.js/commits/master "> Blob.js changelog</ a > </ p >
Original file line number Diff line number Diff line change 1+ < p > Blob.js is licensed under the < a href ="https://github.com/eligrey/Blob.js/blob/master/LICENSE.md "> MIT License</ a > .</ p >
Original file line number Diff line number Diff line change 5656 "zeroclipboard" : " 2.2.0" ,
5757 "file-saver" : " filesaverjs#^1.3.3" ,
5858 "swiper" : " 3.4.0" ,
59- "js-xlsx" : " ^0.8.0"
59+ "js-xlsx" : " ^0.8.0" ,
60+ "Blob" : " *"
6061 }
6162}
You can’t perform that action at this time.
0 commit comments