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
37
38
39
40
41
42
|
{
"name": "jquery-colorbox",
"description": "jQuery lightbox and modal window plugin",
"version": "1.5.14",
"dependencies": {
"jquery": ">=1.3.2"
},
"keywords": [
"modal",
"lightbox",
"window",
"popup",
"ui",
"jQuery",
"jquery-plugin"
],
"authors": [
{
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
"email": "hello@jacklmoore.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://www.jacklmoore.com/colorbox",
"main": "jquery.colorbox.js",
"ignore": [
"colorbox.jquery.json",
"colorbox.ai",
"content",
"example1/index.html",
"example2/index.html",
"example3/index.html",
"example4/index.html",
"example5/index.html"
]
}
|