{
  "name": "ng2-multi-modal",
  "version": "1.0.3",
  "description": "Multi Modal Component for Angular 19+",
  "author": "Adrian Duardo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/adriandy89/ng2-multi-modal.git"
  },
  "peerDependencies": {
    "@angular/common": "^19.1.0",
    "@angular/core": "^19.1.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "angular2",
    "angular19",
    "provideExperimentalZonelessChangeDetection",
    "component",
    "modal",
    "library",
    "ng2-modal",
    "ng",
    "resize",
    "move",
    "customizable",
    "sass"
  ],
  "module": "fesm2022/ng2-multi-modal.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng2-multi-modal.mjs"
    }
  }
}