Skip to content

Commit 018b812

Browse files
committed
Add scanthng.js (v4.2.1)
1 parent 42e76ee commit 018b812

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"quill": "1.3.7",
6868
"respond.js": "1.4.2",
6969
"responsive-tabs": "1.6.3",
70+
"scanthng": "4.2.1",
7071
"select2": "4.0.13",
7172
"spectrum-colorpicker": "1.8.0",
7273
"swiper": "5.3.6",

scanthng/CHANGES.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
See the <a href="https://github.com/evrythng/scanthng.js/blob/master/CHANGELOG.md">scanthng.js changelog</a>
3+
</p>

scanthng/LICENSE.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
scanthng.js is licensed under the <a href="https://github.com/evrythng/scanthng.js/blob/LICENSE">Apache-2.0 license</a>.
3+
</p>

scanthng/dnn-library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"files": ["node_modules/scanthng/dist/scanthng.js"],
3+
"resources": []
4+
}

scanthng/scanthng.dnn

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="scanthng" type="JavaScript_Library" version="<~=version~>">
4+
<friendlyName>scanthng.js</friendlyName>
5+
<description>
6+
<![CDATA[A JS library enabling scanning products directly from (mobile) browsers. Supports Image Recognition and more than 20 barcode types including UPC, EAN, QR codes and DataMatrix codes.]]>
7+
</description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>https://engagesoftware.com/</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<dependencies>
18+
<dependency type="managedPackage" version="5.0.0">evrythng</dependency>
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>scanthng</libraryName>
24+
<fileName>scanthng.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<objectName>ScanThng</objectName>
27+
<cdnUrl>https://cdn.jsdelivr.net/npm/scanthng@<~=version~>/dist/scanthng.js</cdnUrl>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>scanthng</libraryFolderName>
33+
<jsfile>
34+
<name>scanthng.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
</components>
39+
</package>
40+
</packages>
41+
</dotnetnuke>

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5290,6 +5290,11 @@ safe-regex@^1.1.0:
52905290
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
52915291
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
52925292

5293+
scanthng@4.2.1:
5294+
version "4.2.1"
5295+
resolved "https://registry.yarnpkg.com/scanthng/-/scanthng-4.2.1.tgz#eaf0806f4e95d4bef902e14ee562a35979e630bc"
5296+
integrity sha512-ubPJNKEUIj3u8CRXfqTXy909K6iaKevgW6L8v7j2MIE9ka+NLjdyZAUjl3Yv+cibC3YqPn8q9q5c7G515X3kKg==
5297+
52935298
scoped-regex@^1.0.0:
52945299
version "1.0.0"
52955300
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"

0 commit comments

Comments
 (0)