{
  "name": "@ngx-gallery/lightbox",
  "version": "5.0.0-beta.0",
  "description": "Angular gallery directive that hooks the lightbox with the images automatically.",
  "homepage": "http://github.com/murhafsousli/ngx-gallery",
  "author": {
    "name": "Murhaf Sousli",
    "url": "http://github.com/murhafsousli"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/murhafsousli/ngx-gallery.git"
  },
  "bugs": {
    "url": "http://github.com/murhafsousli/ngx-gallery/issues"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "ionic",
    "gallery",
    "images",
    "lightbox",
    "modal",
    "slider",
    "overlay",
    "carousel"
  ],
  "private": false,
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "@angular/animations": ">=6.0.0",
    "@angular/platform-browser": ">=6.0.0",
    "@angular/cdk": ">=7.0.0",
    "rxjs": ">=6.0.0",
    "@ngx-gallery/core": "5.0.0-beta.0"
  },
  "main": "bundles/ngx-gallery-lightbox.umd.js",
  "module": "fesm5/ngx-gallery-lightbox.js",
  "es2015": "fesm2015/ngx-gallery-lightbox.js",
  "esm5": "esm5/ngx-gallery-lightbox.js",
  "esm2015": "esm2015/ngx-gallery-lightbox.js",
  "fesm5": "fesm5/ngx-gallery-lightbox.js",
  "fesm2015": "fesm2015/ngx-gallery-lightbox.js",
  "typings": "ngx-gallery-lightbox.d.ts",
  "metadata": "ngx-gallery-lightbox.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
