forked from andreknieriem/simplelightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1005 Bytes
/
package.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
41
{
"name": "simplelightbox",
"version": "1.17.2",
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"main": "dist/simple-lightbox.js",
"style": "dist/simplelightbox.scss",
"repository": {
"type": "git",
"url": "https://github.com/andreknieriem/simplelightbox.git"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"keywords": [
"lightbox",
"modal",
"gallery",
"jquery-plugin",
"touchfriendly",
"pinch",
"responsive",
"popup",
"dialog"
],
"author": {
"name": "Andre Rinas",
"url": "https://www.andrerinas.de",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andreknieriem/simplelightbox/issues"
},
"homepage": "http://simplelightbox.com/",
"scripts": {
"minify": "uglifyjs dist/simple-lightbox.js --compress --comments '/^\/*!/' --mangle --output dist/simple-lightbox.min.js"
},
"devDependencies": {
"uglify-js": "^3.4.9"
}
}