{
  "name": "@tots/ngx-drag-scroll",
  "version": "15.0.0",
  "description": "Lightweight drag to scroll library for Angular",
  "contributors": [
    {
      "name": "Matias Camiletti",
      "email": "matias.camiletti@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bfwg/ngx-drag-scroll.git"
  },
  "keywords": [
    "Angular",
    "Carousel",
    "Drag",
    "Scroll"
  ],
  "author": "Fan Jin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bfwg/ngx-drag-scroll.git"
  },
  "homepage": "https://github.com/bfwg/ngx-drag-scroll#readme",
  "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0"
  },
  "module": "fesm2015/tots-ngx-drag-scroll.mjs",
  "es2020": "fesm2020/tots-ngx-drag-scroll.mjs",
  "esm2020": "esm2020/tots-ngx-drag-scroll.mjs",
  "fesm2020": "fesm2020/tots-ngx-drag-scroll.mjs",
  "fesm2015": "fesm2015/tots-ngx-drag-scroll.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/tots-ngx-drag-scroll.mjs",
      "es2020": "./fesm2020/tots-ngx-drag-scroll.mjs",
      "es2015": "./fesm2015/tots-ngx-drag-scroll.mjs",
      "node": "./fesm2015/tots-ngx-drag-scroll.mjs",
      "default": "./fesm2020/tots-ngx-drag-scroll.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}