-
-
Notifications
You must be signed in to change notification settings - Fork 758
/
bower.json
40 lines (40 loc) · 1.05 KB
/
bower.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
{
"name": "wookmark",
"main": "wookmark.js",
"description": "Javascript 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": ["grid", "ui"],
"license": "MIT",
"bugs": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery/issues",
"ignore": [
".jshintrc",
".travis.yml",
"**/*.txt",
".gitignore",
".git",
"example*",
"sample-images",
"assets",
"Gruntfile.coffee",
"index.html",
"CNAME",
"doc"
],
"dependencies": {
"jquery": "~1.11",
"imagesloaded": "~3.1.8",
"normalize.css": "~3.0.2",
"magnific-popup": "~1.0.0",
"requirejs": "~2.1.16"
},
"repository": {
"type": "git",
"url": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery.git"
},
"author": "Christoph Ono <[email protected]>",
"contributors": [
{
"name": "Sebastian Helzle",
"email": "[email protected]"
}
]
}