-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbricks.jquery.json
More file actions
36 lines (36 loc) · 902 Bytes
/
bricks.jquery.json
File metadata and controls
36 lines (36 loc) · 902 Bytes
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": "bricks",
"title": "jQuery Bricks",
"description": "jQuery Bricks builds walls with your HTML elements",
"keywords": [
"grid",
"gallery",
"walls",
"bricks",
"album",
"masonry"
],
"version": "0.1.0",
"author": {
"name": "Florian Ferbach"
},
"maintainers": [
{
"name": "Florian Ferbach",
"email": "florian.ferbach@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/floo51/jquery-bricks/issues",
"homepage": "https://github.com/floo51/jquery-bricks",
"docs": "https://github.com/floo51/jquery-bricks",
"download": "https://github.com/floo51/jquery-bricks/zipball/master",
"dependencies": {
"jquery": ">=1.7"
}
}