{
  "name": "ngx-syncscroll",
  "version": "1.0.8",
  "description": "SyncScroll is a micro Angular component, which allows to scroll two or more scrollable areas simultaneously.",
  "author": "Roman Kolesnikov / @sezmars",
  "repository": {
    "type": "git",
    "url": "https://github.com/sezmars/syncscroll.git"
  },
  "homepage": "https://sezmars.github.io/syncscroll",
  "bugs": {
    "url": "https://github.com/sezmars/syncscroll/issues"
  },
  "license": "MIT",
  "keywords": [
    "ngx",
    "table",
    "sticky",
    "angular",
    "scrolling",
    "syncscroll",
    "synchronized",
    "synchronized scrolling"
  ],
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^7.2.0",
    "@angular/core": "^7.2.0"
  },
  "main": "bundles/ngx-syncscroll.umd.js",
  "module": "fesm2015/ngx-syncscroll.js",
  "es2015": "fesm2015/ngx-syncscroll.js",
  "esm2015": "esm2015/ngx-syncscroll.js",
  "fesm2015": "fesm2015/ngx-syncscroll.js",
  "typings": "ngx-syncscroll.d.ts",
  "metadata": "ngx-syncscroll.metadata.json",
  "sideEffects": false
}