forked from andreknieriem/simplelightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 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
{
"name": "simplelightbox",
"version": "1.10.5",
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"main": "dist/simple-lightbox.js",
"repository": {
"type": "git",
"url": "https://github.com/andreknieriem/simplelightbox.git"
},
"dependencies": {
"jquery": ">=1.3.2"
},
"keywords": [
"lightbox",
"modal",
"gallery",
"jquery-plugin",
"touchfriendly",
"responsive",
"popup",
"dialog"
],
"author": {
"name": "Andre Rinas",
"url": "http://www.andreknieriem.de",
"email": "info@andreknieriem.de"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andreknieriem/simplelightbox/issues"
},
"homepage": "http://andreknieriem.de/simple-lightbox"
}