You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
605 B
30 lines
605 B
{
|
|
"name": "photoswipe",
|
|
"repository": "dimsemenov/PhotoSwipe",
|
|
"description": "JavaScript gallery",
|
|
"main": "dist/photoswipe.js",
|
|
"version": "4.1.3",
|
|
"keywords": [
|
|
"gallery",
|
|
"lightbox",
|
|
"photo",
|
|
"image",
|
|
"touch",
|
|
"swipe",
|
|
"zoom"
|
|
],
|
|
"scripts": [
|
|
"dist/photoswipe.js",
|
|
"dist/photoswipe-ui-default.js"
|
|
],
|
|
"styles": [
|
|
"dist/photoswipe.css",
|
|
"dist/default-skin/default-skin.css"
|
|
],
|
|
"images": [
|
|
"dist/default-skin/default-skin.png",
|
|
"dist/default-skin/default-skin.svg",
|
|
"dist/default-skin/preloader.gif"
|
|
],
|
|
"license": "MIT"
|
|
} |