img-lightbox
Version:
Responsive no-jQuery pure JS/CSS Lightbox for images, no dependencies, 10kb unminified source code, with demo
96 lines (95 loc) • 2.13 kB
JSON
{
"name": "img-lightbox",
"version": "0.2.7",
"description": "Responsive no-jQuery pure JS/CSS Lightbox for images, no dependencies, 10kb unminified source code, with demo",
"keywords": [
"lightbox",
"vanilla-javascript",
"vanilla-js",
"css",
"js",
"html",
"front-end",
"frontend",
"pwa",
"webapp",
"website",
"ui",
"browser",
"iframe",
"no-jquery",
"no-dependencies",
"no-framework",
"youtube",
"vimeo",
"soundcloud",
"audiomack"
],
"main": "js/img-lightbox.js",
"style": "css/img-lightbox.css",
"files": [
"index.html",
"js/img-lightbox.js",
"css/img-lightbox.css"
],
"filename": "js/img-lightbox.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/englishextra/img-lightbox.git",
"fileMap": [{
"basePath": "",
"files": [
"js/img-lightbox*",
"css/img-lightbox*"
]
}]
},
"repository": {
"type": "git",
"url": "git://github.com/englishextra/img-lightbox.git"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-eslint": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2"
},
"engines": {
"npm": ">=7.x"
},
"scripts": {
"test": "gulp lint-libbundle-js"
},
"email": "englishextra@mail.ru",
"url": "https://github.com/englishextra/img-lightbox/issues",
"maintainers": [
{
"name": "Serguei Shimansky",
"email": "englishextra@mail.ru",
"url": "https://github.com/englishextra"
}
],
"author": {
"name": "englishextra",
"email": "englishextra@mail.ru",
"url": "https://github.com/englishextra"
},
"license": "(MIT)"
}