{
  "name": "mat-image-grid",
  "version": "17.0.1",
  "description": "A component for Angular using Angular Material that shows images as a grid of progressive images. The project contains a library component and a demo project.",
  "repository": {
    "type": "git",
    "url": "https://github.com/BePo65/mat-image-grid.git"
  },
  "author": "Bernhard Pottler",
  "license": "MIT",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.6.0"
  },
  "peerDependencies": {
    "@angular/common": "^17.2.0",
    "@angular/core": "^17.2.0"
  },
  "module": "fesm2022/mat-image-grid.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/mat-image-grid.mjs",
      "esm": "./esm2022/mat-image-grid.mjs",
      "default": "./fesm2022/mat-image-grid.mjs"
    }
  }
}