{
  "name": "@lunaeme/circe-click-outside",
  "version": "0.3.2",
  "description": "Circe :: Angular Click Outside Directive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nulpas/circe.git"
  },
  "keywords": [
    "circe",
    "angular",
    "directive",
    "click",
    "outside"
  ],
  "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/click-outside#readme",
  "peerDependencies": {
    "@angular/core": ">=8.2.10",
    "tslib": "^1.10.0"
  },
  "dependencies": {
    "@lunaeme/circe-core": "^0.5.10"
  },
  "main": "bundles/lunaeme-circe-click-outside.umd.js",
  "module": "fesm5/lunaeme-circe-click-outside.js",
  "es2015": "fesm2015/lunaeme-circe-click-outside.js",
  "esm5": "esm5/lunaeme-circe-click-outside.js",
  "esm2015": "esm2015/lunaeme-circe-click-outside.js",
  "fesm5": "fesm5/lunaeme-circe-click-outside.js",
  "fesm2015": "fesm2015/lunaeme-circe-click-outside.js",
  "typings": "lunaeme-circe-click-outside.d.ts",
  "metadata": "lunaeme-circe-click-outside.metadata.json",
  "sideEffects": false
}
