JavaScript UI component library, includes the latest Fancybox
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.
 

40 lines
822 B

{
"name": "@fancyapps/ui",
"version": "5.0.36",
"description": "Robust JavaScript UI Component Library",
"files": [
"dist",
"l10n",
"types",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
"keywords": [
"javascript",
"modal",
"lightbox",
"fancybox",
"carousel",
"panzoom",
"pinchzoom",
"pinch",
"zoom",
"gesture",
"touch",
"drag",
"gallery"
],
"author": "Janis Skarnelis",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://fancyapps.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/fancyapps/ui.git"
},
"devDependencies": {},
"dependencies": {}
}