forked from miromannino/Justified-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 803 Bytes
/
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
{
"name": "justifiedGallery",
"version": "3.6.0",
"homepage": "http://miromannino.github.io/Justified-Gallery/",
"authors": [
"Miro Mannino <[email protected]>"
],
"description": "This is a JQuery plugin that allows you to create an high quality justified gallery of images. Fill all the spaces!",
"main": [
"dist/js/jquery.justifiedGallery.js",
"dist/css/justifiedGallery.css"
],
"keywords": [
"gallery",
"justified",
"grid",
"row",
"image",
"layout",
"flickr",
"google"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"jquery": ">1.9.0",
"colorbox": "~1.6.0",
"swipebox": "~1.2.9"
},
"dependencies": {
"jquery": ">1.9.0"
}
}