-
Notifications
You must be signed in to change notification settings - Fork 69
/
diamonds.jquery.json
36 lines (36 loc) · 1004 Bytes
/
diamonds.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
{
"name": "diamonds",
"title": "jQuery Diamonds",
"description": "jQuery plugin for creating a diamond grid.",
"homepage": "https://github.com/mqchen/jquery.diamonds.js",
"demo": "http://mqchen.github.io/jquery.diamonds.js/",
"bugs": "https://github.com/mqchen/jquery.diamonds.js/issues",
"docs": "https://github.com/mqchen/jquery.diamonds.js/blob/master/README.md",
"keywords": [
"layout",
"css",
"ui"
],
"version": "0.1.0",
"author": {
"name": "Moquan Chen",
"email": "[email protected]",
"url": "https://github.com/mqchen/"
},
"maintainers": [
{
"name": "Moquan Chen",
"email": "[email protected]",
"url": "https://github.com/mqchen/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/mqchen/diamonds.js/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}