forked from dimsemenov/PhotoSwipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 843 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
{
"name": "photoswipe",
"homepage": "http://photoswipe.com",
"authors": [
"Dmitry Semenov <diiiimaaaa@gmail.com> (http://dimsemenov.com)"
],
"description": "Touch-friendly image gallery for mobile and desktop. Without dependencies.",
"main": [
"dist/photoswipe.js",
"dist/photoswipe.css",
"dist/photoswipe-ui-default.js",
"dist/default-skin/default-skin.css",
"dist/default-skin/default-skin.png",
"dist/default-skin/default-skin.svg",
"dist/default-skin/preloader.gif"
],
"keywords": [
"image",
"gallery",
"lightbox",
"swipe",
"touch"
],
"repository": {
"type": "git",
"url": "git://github.com/dimsemenov/PhotoSwipe.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"website"
]
}