{
  "name": "ng-scroll-spy",
  "version": "3.0.0",
  "description": "Angular directive that tracking the scrolling of the document and highlight the navigation link",
  "keywords": [
    "Angular",
    "scroll",
    "menu",
    "directive"
  ],
  "dependencies": {
    "ng-html-util": "^2.0.2",
    "smoothscroll-polyfill": "^0.4.4",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {},
  "author": "Robert Kiss <ert78gb@gmil.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ert78gb/ng-scroll-spy.git"
  },
  "module": "fesm2015/ng-scroll-spy.mjs",
  "es2020": "fesm2020/ng-scroll-spy.mjs",
  "esm2020": "esm2020/ng-scroll-spy.mjs",
  "fesm2020": "fesm2020/ng-scroll-spy.mjs",
  "fesm2015": "fesm2015/ng-scroll-spy.mjs",
  "typings": "ng-scroll-spy.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./ng-scroll-spy.d.ts",
      "esm2020": "./esm2020/ng-scroll-spy.mjs",
      "es2020": "./fesm2020/ng-scroll-spy.mjs",
      "es2015": "./fesm2015/ng-scroll-spy.mjs",
      "node": "./fesm2015/ng-scroll-spy.mjs",
      "default": "./fesm2020/ng-scroll-spy.mjs"
    }
  },
  "sideEffects": false
}