blueimp-bootstrap-image-gallery
Version:
Bootstrap Image Gallery is an extension to blueimp Gallery, a touch-enabled, responsive and customizable image and video gallery. It displays images and videos in the modal dialog of the Bootstrap framework, features swipe, mouse and keyboard navigation,
52 lines (51 loc) • 1.75 kB
JSON
{
"name": "blueimp-bootstrap-image-gallery",
"version": "3.4.2",
"title": "Bootstrap Image Gallery",
"description": "Bootstrap Image Gallery is an extension to blueimp Gallery, a touch-enabled, responsive and customizable image and video gallery. It displays images and videos in the modal dialog of the Bootstrap framework, features swipe, mouse and keyboard navigation, transition effects, fullscreen support and on-demand content loading and can be extended to display additional content types.",
"keywords": [
"image",
"video",
"gallery",
"modal",
"dialog",
"lightbox",
"mobile",
"desktop",
"touch",
"responsive",
"swipe",
"mouse",
"keyboard",
"navigation",
"transition",
"effects",
"slideshow",
"fullscreen"
],
"homepage": "https://github.com/blueimp/Bootstrap-Image-Gallery",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"repository": {
"type": "git",
"url": "git://github.com/blueimp/Bootstrap-Image-Gallery.git"
},
"license": "MIT",
"devDependencies": {
"less": "2.5.3",
"less-plugin-clean-css": "1.5.1",
"standard": "6.0.7",
"uglify-js": "2.6.1"
},
"scripts": {
"test": "standard",
"build:js": "cd js && uglifyjs bootstrap-image-gallery.js -c -m -o bootstrap-image-gallery.min.js --source-map bootstrap-image-gallery.min.js.map",
"build:less": "cd css && lessc --clean-css --source-map bootstrap-image-gallery.css bootstrap-image-gallery.min.css",
"build": "npm run build:js && npm run build:less",
"preversion": "npm test",
"version": "npm run build && git add -A js",
"postversion": "git push --tags origin master master:gh-pages && npm publish"
}
}