forked from YoshikiKozaki/MultiBoxForJQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjmultibox.jquery.json
More file actions
32 lines (32 loc) · 832 Bytes
/
jmultibox.jquery.json
File metadata and controls
32 lines (32 loc) · 832 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
{
"name": "jmultibox",
"title": "jMultiBox",
"description": "jQuery lightbox plugin",
"keywords": [
"multibox",
"MultiBox"
],
"version": "0.1.0",
"author": {
"name": "Yoshiki Kozaki",
"url": "http://www.joomler.net/",
"email": "info@joomler.net"
},
"licenses": [
{
"type":"The MIT License (MIT)",
"url":"http://opensource.org/licenses/MIT"
},
{
"type": "GNU General Public License, version 2 (GPL-2.0)",
"url" : "http://opensource.org/licenses/GPL-2.0"
}
],
"bugs": "https://github.com/YoshikiKozaki/MultiBoxForJQuery/issues",
"homepage": "https://github.com/YoshikiKozaki/MultiBoxForJQuery",
"docs": "https://github.com/YoshikiKozaki/MultiBoxForJQuery/wiki",
"download": "https://github.com/YoshikiKozaki/MultiBoxForJQuery/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}