forked from ed-lea/jquery-collagePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collageplus.jquery.json
37 lines (37 loc) · 969 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.2.0",
"author": {
"name": "Ed Lea",
"url": "http://edlea.com"
},
"maintainers": [
{
"name": "Ed Lea",
"email": "[email protected]",
"url": "http://edlea.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"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"
}
}