{
  "name": "@lunaeme/circe-dropdown",
  "version": "0.2.4",
  "description": "Circe :: Angular Dropdown Component",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nulpas/circe.git"
  },
  "keywords": [
    "circe",
    "angular",
    "component",
    "dropdown",
    "menu"
  ],
  "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/dropdown#readme",
  "peerDependencies": {
    "@angular/common": ">=7.2.15",
    "@angular/core": ">=7.2.15",
    "tslib": "^1.10.0"
  },
  "dependencies": {
    "@lunaeme/circe-click-outside": "^0.2.3",
    "@lunaeme/circe-core": "^0.4.11",
    "rxjs": "^6.5.5"
  },
  "main": "bundles/lunaeme-circe-dropdown.umd.js",
  "module": "fesm5/lunaeme-circe-dropdown.js",
  "es2015": "fesm2015/lunaeme-circe-dropdown.js",
  "esm5": "esm5/lunaeme-circe-dropdown.js",
  "esm2015": "esm2015/lunaeme-circe-dropdown.js",
  "fesm5": "fesm5/lunaeme-circe-dropdown.js",
  "fesm2015": "fesm2015/lunaeme-circe-dropdown.js",
  "typings": "lunaeme-circe-dropdown.d.ts",
  "metadata": "lunaeme-circe-dropdown.metadata.json",
  "sideEffects": false
}
