{
"name": "simplelightbox",
"version": "1.16.3",
"homepage": "http://simplelightbox.com/",
"authors": [
"André Rinas <[email protected]> (https://www.andrerinas.de)"
],
"description": "Touch-friendly image lightbox for mobile and desktop with jQuery",
"main": [
"dist/simplelightbox.css",
"dist/simplelightbox.min.css",
"dist/simple-lightbox.js",
"dist/simple-lightbox.min.js"
],
"keywords": [
"image",
"gallery",
"lightbox",
"swipe",
"touch",
"jquery",
"pinch",
"popup"
],
"repository": {
"type": "git",
"url": "git://github.com/andreknieriem/simplelightbox.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo"
]
}
|