{
  "name": "@lunaeme/circe-modal",
  "version": "0.1.21",
  "description": "Circe :: Angular Modal Component",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nulpas/circe.git"
  },
  "keywords": [
    "circe",
    "angular",
    "component",
    "modal",
    "window"
  ],
  "author": "Nul Pàs <manu@lunaeme.com> (https://github.com/nulpas)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nulpas/circe/issues"
  },
  "homepage": "https://github.com/nulpas/circe/tree/master/projects/modal#readme",
  "peerDependencies": {
    "@angular/common": ">=8.2.10",
    "@angular/core": ">=8.2.10",
    "@angular/platform-browser": ">=8.2.10",
    "@angular/platform-browser-dynamic": ">=8.2.10"
  },
  "dependencies": {
    "@lunaeme/circe-click-outside": "^0.1.13",
    "@lunaeme/circe-core": "^0.3.3",
    "tslib": "^1.9.0"
  },
  "main": "bundles/lunaeme-circe-modal.umd.js",
  "module": "fesm5/lunaeme-circe-modal.js",
  "es2015": "fesm2015/lunaeme-circe-modal.js",
  "esm5": "esm5/lunaeme-circe-modal.js",
  "esm2015": "esm2015/lunaeme-circe-modal.js",
  "fesm5": "fesm5/lunaeme-circe-modal.js",
  "fesm2015": "fesm2015/lunaeme-circe-modal.js",
  "typings": "lunaeme-circe-modal.d.ts",
  "metadata": "lunaeme-circe-modal.metadata.json",
  "sideEffects": false
}
