Files
web-development/zoesch.de/galerie/themes/bootstrap_darkroom/components/photoswipe/bower.json
Felix Zösch 07c290a453 Initial commit: Backup der Webseiten
- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-13 01:17:15 +01:00

38 lines
843 B
JSON

{
"name": "photoswipe",
"homepage": "http://photoswipe.com",
"authors": [
"Dmitry Semenov <diiiimaaaa@gmail.com> (http://dimsemenov.com)"
],
"description": "Touch-friendly image gallery for mobile and desktop. Without dependencies.",
"main": [
"dist/photoswipe.js",
"dist/photoswipe.css",
"dist/photoswipe-ui-default.js",
"dist/default-skin/default-skin.css",
"dist/default-skin/default-skin.png",
"dist/default-skin/default-skin.svg",
"dist/default-skin/preloader.gif"
],
"keywords": [
"image",
"gallery",
"lightbox",
"swipe",
"touch"
],
"repository": {
"type": "git",
"url": "git://github.com/dimsemenov/PhotoSwipe.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"website"
]
}