{
  "name": "popupable",
  "version": "1.10.0",
  "description": "A lightweight, zero-dependency lightbox library using modern JavaScript and CSS.",
  "author": "Ewan Howell <ewanhowell5195>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/popupable.min.js",
  "style": "./dist/popupable.min.css",
  "exports": {
    ".": "./dist/popupable.min.js",
    "./styles.css": "./dist/popupable.min.css"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ewanhowell5195/popupable.git"
  },
  "bugs": {
    "url": "https://github.com/ewanhowell5195/popupable/issues"
  },
  "homepage": "https://popupable.ewanhowell.com/",
  "scripts": {
    "build": "node build.js"
  },
  "devDependencies": {
    "clean-css": "^5.3.3",
    "terser": "^5.43.1"
  },
  "keywords": [
    "lightbox",
    "popup",
    "modal",
    "image-viewer",
    "gallery",
    "zoom",
    "pinch-zoom",
    "javascript",
    "zero-dependency"
  ]
}
