-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
36 lines (36 loc) · 945 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "fancybox-plus",
"title": "Fancybox-Plus",
"version": "1.3.9",
"description": "jQuery lightbox and modal window plugin.",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/fancybox-plus/"
},
"license": "MIT",
"main": [
"src/jquery.fancybox-plus.js",
"css/jquery.fancybox-plus.css"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"bugs": "https://github.com/igorlino/fancybox-plus/issues",
"homepage": "http://igorlino.github.io/fancybox-plus/",
"docs": "http://igorlino.github.io/fancybox-plus/examples",
"demo": "http://igorlino.github.io/fancybox-plus/examples",
"dependencies": {
"jquery": ">=1.11.2",
"jquery.easing": "1.3.0"
},
"keywords": [
"modal",
"lightbox",
"gallery",
"popup",
"ui",
"jquery-plugin"
]
}