{
  "name": "@sivathanu/ngx-gallery",
  "version": "1.2.1",
  "description": "A simple responsive native gallery component for Angular 8+",
  "homepage": "https://github.com/sivathanu/ngx-gallery",
  "author": {
    "name": "Andrey sivathanu",
    "url": "https://github.com/sivathanu"
  },
  "repository": "https://github.com/sivathanu/ngx-gallery",
  "license": "MIT",
  "private": false,
  "bugs": {
    "url": "https://github.com/sivathanu/ngx-gallery/issues"
  },
  "peerDependencies": {
    "@angular/common": ">=8.0.0",
    "@angular/core": ">=8.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "keywords": [
    "angular",
    "gallery",
    "component",
    "ngx-gallery",
    "responsive gallery component",
    "images",
    "slider",
    "carousel"
  ],
  "main": "bundles/sivathanu-ngx-gallery.umd.js",
  "module": "fesm2015/sivathanu-ngx-gallery.js",
  "es2015": "fesm2015/sivathanu-ngx-gallery.js",
  "esm2015": "esm2015/sivathanu-ngx-gallery.js",
  "fesm2015": "fesm2015/sivathanu-ngx-gallery.js",
  "typings": "sivathanu-ngx-gallery.d.ts",
  "metadata": "sivathanu-ngx-gallery.metadata.json",
  "sideEffects": false
}