{
  "name": "ngx-hide-on-scroll",
  "version": "0.2.1",
  "peerDependencies": {
    "@angular/common": ">=6",
    "@angular/core": ">=6"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "description": "Hide an element on scroll down or up in Angular.",
  "keywords": [
    "angular",
    "scroll",
    "hide",
    "element"
  ],
  "homepage": "https://github.com/TheJLifeX/ngx-hide-on-scroll#readme",
  "bugs": {
    "url": "https://github.com/TheJLifeX/ngx-hide-on-scroll/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheJLifeX/ngx-hide-on-scroll.git"
  },
  "license": "MIT",
  "main": "bundles/ngx-hide-on-scroll.umd.js",
  "module": "fesm2015/ngx-hide-on-scroll.js",
  "es2015": "fesm2015/ngx-hide-on-scroll.js",
  "esm2015": "esm2015/ngx-hide-on-scroll.js",
  "fesm2015": "fesm2015/ngx-hide-on-scroll.js",
  "typings": "ngx-hide-on-scroll.d.ts",
  "metadata": "ngx-hide-on-scroll.metadata.json",
  "sideEffects": false
}