{
  "name": "angular-draggable",
  "version": "2.0.0",
  "description": "Angular directive to make HTML elements draggable.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajaysinghj8/angular-draggable.git"
  },
  "keywords": [
    "Angular-draggable",
    "ng draggable directive",
    "draggable directive",
    "directive",
    "Angular"
  ],
  "author": "Ajay Singh (meajaysingh@hotmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ajaysinghj8/angular-draggable/issues"
  },
  "homepage": "https://github.com/ajaysinghj8/angular-draggable#readme",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": ">=19.0.0",
    "rxjs": ">=7.0.0",
    "zone.js": ">=0.15.0"
  },
  "module": "fesm2022/angular-draggable.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/angular-draggable.mjs"
    }
  },
  "sideEffects": false
}