File tree Expand file tree Collapse file tree 6 files changed +64
-0
lines changed Expand file tree Collapse file tree 6 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ < p >
2
+ See the < a href ="https://github.com/lokesh/lightbox2/releases "> Lightbox changelog</ a >
3
+ </ p >
Original file line number Diff line number Diff line change
1
+ < p >
2
+ Lightbox is licensed under the < a href ="http://lokeshdhakar.com/projects/lightbox2/#license "> MIT license</ a > .
3
+ </ p >
Original file line number Diff line number Diff line change
1
+ {
2
+ "files" : [" node_modules/lightbox2/dist/js/lightbox.min.js" ],
3
+ "resources" : [
4
+ " node_modules/lightbox2/dist/**"
5
+ ]
6
+ }
Original file line number Diff line number Diff line change
1
+ <dotnetnuke type="Package" version="5.0">
2
+ <packages>
3
+ <package name="lightbox2" type="JavaScript_Library" version="<~=version~>">
4
+ <friendlyName>Lightbox</friendlyName>
5
+ <description>
6
+ <![CDATA[The original Lightbox script. Uses jQuery.]]>
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>lightbox2</libraryName>
22
+ <fileName>lightbox.min.js</fileName>
23
+ <preferredScriptLocation>BodyBottom</preferredScriptLocation>
24
+ <objectName>lightbox</objectName>
25
+ <cdnUrl>https://cdn.jsdelivr.net/npm/lightbox2@<~=version~>/dist/js/lightbox.min.js</cdnUrl>
26
+ </javaScriptLibrary>
27
+ </component>
28
+ <component type="JavaScriptFile">
29
+ <jsfiles>
30
+ <libraryFolderName>lightbox2</libraryFolderName>
31
+ <jsfile>
32
+ <name>lightbox.min.js</name>
33
+ </jsfile>
34
+ </jsfiles>
35
+ </component>
36
+ <component type="ResourceFile">
37
+ <resourceFiles>
38
+ <basePath>Resources\Libraries\lightbox2\<~=versionFolder~></basePath>
39
+ <resourceFile>
40
+ <name>Resources.zip</name>
41
+ </resourceFile>
42
+ </resourceFiles>
43
+ </component>
44
+ </components>
45
+ </package>
46
+ </packages>
47
+ </dotnetnuke>
Original file line number Diff line number Diff line change 52
52
"knockout.validation" : " 2.0.3" ,
53
53
"less" : " 3.0.4" ,
54
54
"lie" : " 3.3.0" ,
55
+ "lightbox2" : " 2.10.0" ,
55
56
"moment" : " 2.22.2" ,
56
57
"moment-timezone" : " 0.4.0" ,
57
58
"nouislider" : " 11.1.0" ,
Original file line number Diff line number Diff line change @@ -2983,6 +2983,10 @@ liftoff@^2.1.0:
2983
2983
rechoir "^0.6.2"
2984
2984
resolve "^1.1.7"
2985
2985
2986
+ lightbox2@2.10.0 :
2987
+ version "2.10.0"
2988
+ resolved "https://registry.yarnpkg.com/lightbox2/-/lightbox2-2.10.0.tgz#06b3f7b7bd7c1332c20d037602d9657542fd7de4"
2989
+
2986
2990
load-json-file@^1.0.0 :
2987
2991
version "1.1.0"
2988
2992
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
You can’t perform that action at this time.
0 commit comments