simple-lightbox
Version:
Lightweight plugin for lightbox images and galleries based on jquery api
30 lines (29 loc) • 589 B
JSON
{
"name": "simple-lightbox",
"version": "1.2.9",
"homepage": "https://github.com/dbrekalo/simpleLightbox",
"authors": [
"Damir Brekalo <dbrekalo@gmail.com>"
],
"description": "Lightweight plugin for lightbox images and galleries based on jquery api",
"main": "dist/simpleLightbox.min.js",
"keywords": [
"popup",
"lightbox",
"modal"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"bourbon": "~4.2.3"
},
"dependencies": {
"jquery": ">=1.7"
}
}