photoswipe-deep-zoom-plugin
Version:
A plugin that adds tile-based zoom support to PhotoSwipe. Supports Deepzoom and Zoomify tile formats.
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "photoswipe-deep-zoom-plugin",
"version": "1.1.2",
"description": "A plugin that adds tile-based zoom support to PhotoSwipe. Supports Deepzoom and Zoomify tile formats.",
"main": "photoswipe-deep-zoom-plugin.esm.js",
"type": "module",
"exports": {
".": "./photoswipe-deep-zoom-plugin.esm.js"
},
"files": [
"src",
"readme.md",
"photoswipe-deep-zoom-plugin.esm.js",
"photoswipe-deep-zoom-plugin.esm.min.js"
],
"dependencies": {},
"devDependencies": {
"gh-pages": "^3.2.3",
"rollup": "^2.57.0",
"rollup-plugin-terser": "^7.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"publish:demo": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimsemenov/photoswipe-deep-zoom-plugin.git"
},
"author": "Dmytro Semenov (https://dimsemenov.com)",
"bugs": {
"url": "https://github.com/dimsemenov/photoswipe-deep-zoom-plugin/issues"
},
"homepage": "https://github.com/dimsemenov/photoswipe-deep-zoom-plugin#readme",
"keywords": [
"tile",
"zoom",
"pan",
"photoswipe",
"dzi",
"iif",
"zoomify",
"deepzoom"
],
"license": "MIT"
}