{
  "name": "@fnxone/ngx-photoswipe",
  "version": "1.0.11",
  "author": "Fernando Alves",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fn-alves/ngx-photoswipe.git"
  },
  "keywords": [
    "angular",
    "PhotoSwipe",
    "Lightbox",
    "Ngx PhotoSwipe",
    "Angular 2+"
  ],
  "bugs": {
    "url": "https://github.com/fn-alves/ngx-photoswipe/issues"
  },
  "homepage": "https://github.com/fn-alves/ngx-photoswipe#readme",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">=12.0.0",
    "@angular/core": ">=12.0.0",
    "photoswipe": "^4.1.3",
    "bootstrap": "^5.1.3"
  },
  "main": "bundles/fnxone-ngx-photoswipe.umd.js",
  "module": "fesm2015/fnxone-ngx-photoswipe.js",
  "es2015": "fesm2015/fnxone-ngx-photoswipe.js",
  "esm2015": "esm2015/fnxone-ngx-photoswipe.js",
  "fesm2015": "fesm2015/fnxone-ngx-photoswipe.js",
  "typings": "fnxone-ngx-photoswipe.d.ts",
  "metadata": "fnxone-ngx-photoswipe.metadata.json",
  "sideEffects": false
}