Skip to content

Commit 556f2c7

Browse files
committed
Add Blob.js
1 parent 04fdd9b commit 556f2c7

File tree

5 files changed

+55
-1
lines changed

5 files changed

+55
-1
lines changed

Blob_0.1.0/Blob.dnn

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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>

Blob_0.1.0/Blob.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blob_0.1.0/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/eligrey/Blob.js/commits/master">Blob.js changelog</a></p>

Blob_0.1.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Blob.js is licensed under the <a href="https://github.com/eligrey/Blob.js/blob/master/LICENSE.md">MIT License</a>.</p>

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
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
}

0 commit comments

Comments
 (0)