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.

41 lines
822 B

1 year ago
{
"name": "@fancyapps/ui",
3 weeks ago
"version": "5.0.36",
1 year ago
"description": "Robust JavaScript UI Component Library",
"files": [
"dist",
6 months ago
"l10n",
1 year ago
"types",
6 months ago
"CHANGELOG.md",
1 year ago
"LICENSE.md",
"README.md"
],
1 year ago
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "types/index.d.ts",
1 year ago
"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": {}
}