{
  "name": "ngx-sticky-copy",
  "version": "1.0.1",
  "description": "Ngx Sticky is another approach how to make elements sticky.",
  "repository": "https://github.com/Raiper34/ngx-sticky-copy",
  "homepage": "https://ngx-sticky-copy.netlify.app",
  "keywords": [
    "angular",
    "sticky",
    "directives",
    "sticky table head"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=8.0.0",
    "@angular/core": ">=8.0.0"
  },
  "dependencies": {
    "tslib": "^1.10.0"
  },
  "main": "bundles/ngx-sticky-copy.umd.js",
  "module": "fesm5/ngx-sticky-copy.js",
  "es2015": "fesm2015/ngx-sticky-copy.js",
  "esm5": "esm5/ngx-sticky-copy.js",
  "esm2015": "esm2015/ngx-sticky-copy.js",
  "fesm5": "fesm5/ngx-sticky-copy.js",
  "fesm2015": "fesm2015/ngx-sticky-copy.js",
  "typings": "ngx-sticky-copy.d.ts",
  "metadata": "ngx-sticky-copy.metadata.json",
  "sideEffects": false
}
