{
  "name": "ngx-scrollbar-v8",
  "version": "4.2.0",
  "description": "Custom overlay-scrollbars with native scrolling mechanism.",
  "homepage": "http://github.com/murhafsousli/ngx-scrollbar",
  "author": {
    "name": "Murhaf Sousli",
    "url": "http://github.com/murhafsousli"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/murhafsousli/ngx-scrollbar.git"
  },
  "bugs": {
    "url": "http://github.com/murhafsousli/ngx-scrollbar/issues"
  },
  "keywords": [
    "scrollbar",
    "overlay",
    "native",
    "smooth",
    "scroll",
    "custom"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=6.0.0",
    "@angular/core": ">=6.0.0",
    "@angular/cdk": ">=7.0.0",
    "rxjs": ">=6.0.0"
  },
  "main": "bundles/ngx-scrollbar.umd.js",
  "module": "fesm5/ngx-scrollbar.js",
  "es2015": "fesm2015/ngx-scrollbar.js",
  "esm5": "esm5/ngx-scrollbar.js",
  "esm2015": "esm2015/ngx-scrollbar.js",
  "fesm5": "fesm5/ngx-scrollbar.js",
  "fesm2015": "fesm2015/ngx-scrollbar.js",
  "typings": "ngx-scrollbar.d.ts",
  "metadata": "ngx-scrollbar.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
