forked from germanysbestkeptsecret/Wookmark-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwookmark.jquery.json
More file actions
38 lines (38 loc) · 1.06 KB
/
wookmark.jquery.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "wookmark",
"title": "jQuery Wookmark",
"description": "jQuery plugin for laying out elements of varying heights in a column-based grid.",
"keywords": [
"ui",
"layout"
],
"version": "1.1.1",
"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"
}
}