{
  "name": "angular-gridster2",
  "version": "21.0.1",
  "license": "MIT",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "rxjs": "^7.0.0"
  },
  "homepage": "https://tiberiuzuld.github.io/angular-gridster2",
  "bugs": {
    "url": "https://github.com/tiberiuzuld/angular-gridster2/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiberiuzuld/angular-gridster2.git"
  },
  "description": "Angular gridster 2",
  "keywords": [
    "angular",
    "angular2",
    "typescript",
    "dashboard",
    "gridster",
    "gridster2",
    "resize",
    "drag&drop",
    "widgets"
  ],
  "authors": [
    "Tiberiu Zuld"
  ],
  "module": "fesm2022/angular-gridster2.mjs",
  "typings": "types/angular-gridster2.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-gridster2.d.ts",
      "default": "./fesm2022/angular-gridster2.mjs"
    }
  }
}