{
  "name": "ngx-carousel-ease",
  "version": "0.2.3",
  "author": "Manu Claeys",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GreenFlag31/carousel-library"
  },
  "keywords": [
    "Angular",
    "Carousel",
    "Slider",
    "Responsive carousel",
    "Interactive carousel"
  ],
  "module": "fesm2022/ngx-carousel-ease.mjs",
  "typings": "types/ngx-carousel-ease.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-carousel-ease.d.ts",
      "default": "./fesm2022/ngx-carousel-ease.mjs"
    }
  },
  "sideEffects": false
}