This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-13
lines changed Expand file tree Collapse file tree 3 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fancybox" ,
3
+ "title" : " fancyBox" ,
4
+ "version" : " 2.1.7" ,
5
+ "description" : " fancyBox offers an elegant way to present images, html content and multimedia for webpages" ,
6
+ "keywords" : [
7
+ " lightbox" ,
8
+ " effect" ,
9
+ " responsive" ,
10
+ " modal" ,
11
+ " window" ,
12
+ " ui"
13
+ ],
14
+ "license" : " GPLv3" ,
15
+ "homepage" : " http://fancyapps.com/fancybox/" ,
3
16
"main" : [
4
17
" source/jquery.fancybox.css" ,
5
- " source/jquery.fancybox.js" ,
18
+ " source/jquery.fancybox.pack. js" ,
6
19
" source/blank.gif" ,
7
20
" source/fancybox_loading.gif" ,
8
21
" source/fancybox_loading@2x.gif" ,
9
22
" source/fancybox_overlay.png" ,
10
23
" source/fancybox_sprite.png" ,
11
- " source/fancybox_sprite@2x.png" ,
12
- " source/jquery.fancybox.pack.js"
24
+ " source/fancybox_sprite@2x.png"
13
25
],
14
26
"ignore" : [
15
27
" **/.*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fancybox" ,
3
3
"title" : " fancyBox" ,
4
+ "version" : " 2.1.7" ,
4
5
"description" : " fancyBox offers an elegant way to present images, html content and multimedia for webpages" ,
5
6
"keywords" : [
6
7
" lightbox" ,
10
11
" window" ,
11
12
" ui"
12
13
],
13
- "licenses" : [
14
- {
15
- "type" : " fancyBox" ,
16
- "url" : " http://fancyapps.com/fancybox/#license"
17
- }
18
- ],
19
- "version" : " 2.1.5" ,
14
+ "license" : " GPLv3" ,
15
+ "homepage" : " http://fancyapps.com/fancybox/" ,
20
16
"repository" : {
21
17
"type" : " git" ,
22
18
"url" : " https://github.com/fancyapps/fancyBox"
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* fancyBox - jQuery Plugin
3
- * version: 2.1.5 (Fri, 14 Jun 2013 )
3
+ * version: 2.1.7 (Tue, 28 Feb 2017 )
4
4
* requires jQuery v1.6 or later
5
5
*
6
6
* Examples at http://fancyapps.com/fancybox/
7
7
* License: www.fancyapps.com/fancybox/#license
8
8
*
9
- * Copyright 2012 Janis Skarnelis - janis@ fancyapps.com
9
+ * Copyright 2017 fancyapps.com
10
10
*
11
11
*/
12
12
50
50
51
51
$ . extend ( F , {
52
52
// The current version of fancyBox
53
- version : '2.1.5 ' ,
53
+ version : '2.1.7 ' ,
54
54
55
55
defaults : {
56
56
padding : 15 ,
You can’t perform that action at this time.
0 commit comments