-
Notifications
You must be signed in to change notification settings - Fork 189
/
Copy pathcollageplus.jquery.json
37 lines (37 loc) · 954 Bytes
/
collageplus.jquery.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
37
{
"name": "collageplus",
"title": "CollagePlus Gallery",
"description": "An image grid gallery plugin for jQuery.",
"keywords": [
"grid",
"gallery",
"photography",
"album",
"masonry"
],
"version": "0.3.3",
"author": {
"name": "Ed Lea",
"url": "http://edlea.com"
},
"maintainers": [
{
"name": "Ed Lea",
"email": "edleadesign@gmail.com",
"url": "http://edlea.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/ed-lea/jquery-collagePlus/issues",
"homepage": "http://collageplus.edlea.com/",
"docs": "http://collageplus.edlea.com/",
"download": "https://github.com/ed-lea/jquery-collagePlus/zipball/master",
"dependencies": {
"jquery": ">=1.7"
}
}