-
-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
52 lines (52 loc) · 1.35 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "simplelightbox",
"version": "2.14.3",
"description": "Touch-friendly modern image lightbox for mobile and desktop with optional jQuery support",
"main": "dist/simple-lightbox.js",
"style": "dist/simple-lightbox.css",
"module": "dist/simple-lightbox.modules.js",
"repository": {
"type": "git",
"url": "https://github.com/andreknieriem/simplelightbox.git"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.5",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"core-js": "^3.14.0",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.9",
"gulp-babel": "^8.0.0",
"gulp-buffer": "^0.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"node-sass": "npm:sass@^1.62.1",
"through2": "^4.0.2"
},
"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": "https://simplelightbox.js.org/"
}