{
  "name": "toppy",
  "version": "2.3.4",
  "description": "Overlay library for Angular 7+",
  "keywords": [
    "angular",
    "dropdown",
    "modal",
    "overlay",
    "popover",
    "popup",
    "sidebar",
    "tooltip"
  ],
  "homepage": "https://github.com/lokesh-coder/toppy",
  "bugs": {
    "url": "https://github.com/lokesh-coder/toppy/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lokesh-coder/toppy"
  },
  "license": "MIT",
  "author": {
    "name": "Lokesh Rajendran",
    "email": "mexican.dirtyfellow@gmail.com",
    "url": "https://github.com/lokesh-coder"
  },
  "peerDependencies": {
    "@angular/common": "^7.0.0",
    "@angular/core": "^7.0.0"
  },
  "main": "bundles/toppy.umd.js",
  "module": "fesm5/toppy.js",
  "es2015": "fesm2015/toppy.js",
  "esm5": "esm5/toppy.js",
  "esm2015": "esm2015/toppy.js",
  "fesm5": "fesm5/toppy.js",
  "fesm2015": "fesm2015/toppy.js",
  "typings": "toppy.d.ts",
  "metadata": "toppy.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
