{
  "name": "angular-responsive-carousel-ng16",
  "version": "1.0.5",
  "description": "Carousel for Angular. A simple solution for horizontal scrolling images with lazy loading.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srdejo/angular-carousel"
  },
  "author": {
    "name": "Daniel Jimenez",
    "email": "srdejo@gmail.com"
  },
  "homepage": "https://srdejo.github.io/",
  "keywords": [
    "Angular",
    "ngx",
    "Carousel",
    "Swiper",
    "Lazy loading",
    "Image slider"
  ],
  "license": "Apache License 2.0",
  "bugs": {
    "url": "https://github.com/ivylaboratory/angular-carousel/issues"
  },
  "peerDependencies": {
    "@angular/common": "^16.0.0",
    "@angular/core": "^16.0.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "module": "fesm2022/angular-responsive-carousel-ng16.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-responsive-carousel-ng16.mjs",
      "esm": "./esm2022/angular-responsive-carousel-ng16.mjs",
      "default": "./fesm2022/angular-responsive-carousel-ng16.mjs"
    }
  },
  "sideEffects": false
}