{
  "name": "ngx-menu-float",
  "version": "0.0.9",
  "description": "A simple floating nav bar for both mobile and desktop, but mostly mobile",
  "author": {
    "name": "Ryan Hoffman",
    "email": "hopemanryan@gmail.com"
  },
  "keywords": [
    "angular",
    "typscript",
    "angular-material",
    "floating-menu"
  ],
  "peerDependencies": {
    "@angular/common": "^9.0.7",
    "@angular/core": "^9.0.7",
    "tslib": "^1.10.0"
  },
  "lib": {
    "entryFile": "src/public_api.ts"
  },
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hopemanryan/ngx-menu-float.git"
  },
  "bugs": {
    "url": "https://github.com/hopemanryan/ngx-menu-float/issues"
  },
  "homepage": "https://github.com/hopemanryan/ngx-menu-float#readme",
  "main": "bundles/ngx-menu-float.umd.js",
  "module": "fesm5/ngx-menu-float.js",
  "es2015": "fesm2015/ngx-menu-float.js",
  "esm5": "esm5/ngx-menu-float.js",
  "esm2015": "esm2015/ngx-menu-float.js",
  "fesm5": "fesm5/ngx-menu-float.js",
  "fesm2015": "fesm2015/ngx-menu-float.js",
  "typings": "ngx-menu-float.d.ts",
  "metadata": "ngx-menu-float.metadata.json",
  "sideEffects": false
}
