{
  "name": "@magloft/material-carousel",
  "description": "Carousel component for Angular using Material Design.",
  "version": "16.2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/magloft/material2-carousel.git"
  },
  "author": "Gabriel Busarello <gabriel20053@gmail.com>",
  "license": "MIT",
  "homepage": "https://magloft.github.io/material2-carousel/",
  "bugs": "https://github.com/magloft/material2-carousel/issues",
  "keywords": [
    "angular",
    "material",
    "carousel",
    "component",
    "module"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/material": "~16.2.0",
    "@angular/common": "~16.2.0",
    "@angular/core": "~16.2.0",
    "hammerjs": "^2.0.0",
    "rxjs": "^6.5.5 || ^7.4.0"
  },
  "module": "fesm2022/magloft-material-carousel.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/magloft-material-carousel.mjs",
      "esm": "./esm2022/magloft-material-carousel.mjs",
      "default": "./fesm2022/magloft-material-carousel.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}