-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathfacybox.jquery.json
More file actions
34 lines (34 loc) · 826 Bytes
/
facybox.jquery.json
File metadata and controls
34 lines (34 loc) · 826 Bytes
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
{
"name": "facybox",
"title": "jQuery facyBox",
"description": "facebok with fancybox styles. Supports ajax, images, gallery, html.",
"keywords": [
"lightbox",
"gallery",
"ajax"
],
"version": "1.2.3",
"author": {
"name": "Mauricio Wolff"
},
"maintainers": [
{
"name": "Mauricio Wolff",
"email": "m@bitbonsai.com",
"url": "http://bitbonsai.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://www.github.com/bitbonsai/facyBox/master/MIT-LICENCE.txt"
}
],
"bugs": "https://github.com/bitbonsai/facyBox/issues",
"homepage": "https://github.com/bitbonsai/facyBox",
"docs": "https://github.com/bitbonsai/facyBox",
"download": "https://github.com/bitbonsai/facyBox/archive/master.zip",
"dependencies": {
"jquery": ">=1.3"
}
}