forked from germanysbestkeptsecret/Wookmark-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wookmark.jquery.json
42 lines (42 loc) · 1.13 KB
/
wookmark.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
38
39
40
41
42
{
"name": "wookmark",
"title": "jQuery Wookmark",
"description": "Plugin for laying out elements of varying heights in a column-based grid. It also contains support for filtering and sorting items. A lot of examples are included showing how to use all the available options.",
"keywords": [
"ui",
"layout",
"amd",
"filtering",
"gallery",
"responsive"
],
"version": "2.0.0",
"author": {
"name": "Christoph Ono",
"url": "http://germanysbestkeptsecret.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/GBKS/Wookmark-jQuery/master/MIT-LICENSE.txt"
}
],
"maintainers": [
{
"name": "Christoph Ono",
"url": "http://germanysbestkeptsecret.com"
},
{
"name": "Sebastian Helzle",
"email": "sebastian@helzle.net",
"url": "http://www.sebastianhelzle.net"
}
],
"bugs": "https://github.com/GBKS/Wookmark-jQuery/issues",
"homepage": "https://github.com/GBKS/Wookmark-jQuery",
"docs": "http://www.wookmark.com/jquery-plugin",
"demo": "http://www.wookmark.com/jquery-plugin",
"dependencies": {
"jquery": ">=1.5.3"
}
}