slidebox-js
Version:
A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels.
41 lines (40 loc) • 794 B
JSON
{
"name": "slidebox-js",
"version": "1.6.2",
"description": "A jQuery plugin for easy creation of responsive lightbox-style media galleries and carousels.",
"main": "slidebox.js",
"authors": [
"Carst vd. Molen <studio@vdmolen.xyz>"
],
"license": "MIT",
"keywords": [
"frontend",
"lightbox",
"slider",
"slideshow",
"carousel",
"carousels",
"gallery",
"galleries",
"lazyload",
"jquery",
"plugin"
],
"homepage": "https://github.com/carst/slideBox.js",
"ignore": [
"**/.*",
".codekit-cache",
"node_modules",
"bower_components",
"/demo/fonts",
"/src/demo/media",
"test",
"tests",
"config.codekit3",
"README.html",
"gulpfile.js"
],
"dependencies": {
"lazysizes": "^4.0.2"
}
}