Skip to content

Commit ee573b3

Browse files
committed
Add croppic-js package
1 parent 54c42ba commit ee573b3

File tree

6 files changed

+70
-0
lines changed

6 files changed

+70
-0
lines changed

croppic-js/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/sconsult/croppic"> croppic changelog</a>
3+
</p>

croppic-js/LICENSE.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
croppic is licensed under the <a href="http://croppic.net">GPLv3 license</a> for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
3+
</p>

croppic-js/croppic.dnn

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="croppic-js" type="JavaScript_Library" version="<~=version~>">
4+
<friendlyName>croppic-js</friendlyName>
5+
<description>
6+
<![CDATA[Croppic is an image cropping jquery plugin that will satisfy your needs and much more.]]>
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></dependencies>
18+
<components>
19+
<component type="JavaScript_Library">
20+
<javaScriptLibrary>
21+
<libraryName>croppic-js</libraryName>
22+
<fileName>croppic.min.js</fileName>
23+
<preferredScriptLocation>PageHead</preferredScriptLocation>
24+
<objectName>Croppic</objectName>
25+
<cdnUrl>https://cdn.jsdelivr.net/npm/croppic-js@<~=version~>/croppic.min.js</cdnUrl>
26+
</javaScriptLibrary>
27+
</component>
28+
<component type="JavaScriptFile">
29+
<jsfiles>
30+
<libraryFolderName>croppic-js</libraryFolderName>
31+
<jsfile>
32+
<name>croppic.min.js</name>
33+
</jsfile>
34+
</jsfiles>
35+
</component>
36+
<component type="ResourceFile">
37+
<resourceFiles>
38+
<basePath>Resources\Libraries\croppic-js\<~=versionFolder~></basePath>
39+
<resourceFile>
40+
<name>Resources.zip</name>
41+
</resourceFile>
42+
</resourceFiles>
43+
</component>
44+
</components>
45+
</package>
46+
</packages>
47+
</dotnetnuke>

croppic-js/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/croppic-js/croppic.min.js"],
3+
"resources": ["node_modules/croppic-js/**"]
4+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"chart.js": "2.9.4",
2424
"chosen-js": "1.8.7",
2525
"clipboard": "2.0.6",
26+
"croppic-js": "1.0.3",
2627
"datatables.net-buttons-dt": "2.2.0",
2728
"datatables.net-dt": "1.10.23",
2829
"eonasdan-bootstrap-datetimepicker": "4.17.49",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,13 @@ create-error-class@^3.0.0:
12721272
dependencies:
12731273
capture-stack-trace "^1.0.0"
12741274

1275+
croppic-js@1.0.3:
1276+
version "1.0.3"
1277+
resolved "https://registry.yarnpkg.com/croppic-js/-/croppic-js-1.0.3.tgz#c3f09de7903b9265344850145c20b2797c85a914"
1278+
integrity sha512-wJ7rOS8bbt3qxg0DQMhoTeY7/4ex1AAlZoaOCCSmpGXDDt7CAVJg3/2X1zEaxuBoRJ3bL4nHQhiMz/GyCIJETw==
1279+
dependencies:
1280+
jquery "^3.4.1"
1281+
12751282
cross-fetch@^3.0.6:
12761283
version "3.0.6"
12771284
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
@@ -3460,6 +3467,11 @@ jquery@*, jquery@3.5.1, "jquery@>= 3.1.1", jquery@>=1.11.3, jquery@>=1.7, "jquer
34603467
resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02"
34613468
integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI=
34623469

3470+
jquery@^3.4.1:
3471+
version "3.6.0"
3472+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
3473+
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
3474+
34633475
js-tokens@^4.0.0:
34643476
version "4.0.0"
34653477
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

0 commit comments

Comments
 (0)