{
  "name": "mini-mat-table-exporter",
  "version": "9.0.0",
  "license": "Apache-2.0",
  "description": "Provides exporting support for @angular/material tables",
  "author": "Halit Talha Türe",
  "homepage": "https://halittalha.github.io/mat-table-extensions/",
  "repository": {
    "type": "git",
    "url": "https://github.com/HalitTalha/mat-table-extensions/tree/master/projects/mini-mat-table-exporter"
  },
  "peerDependencies": {
    "@angular/common": "^9.0.0",
    "@angular/core": "^9.0.0",
    "@angular/material": "^9.0.0",
    "@angular/cdk": "^9.0.0",
    "tslib": "^1.10.0"
  },
  "keywords": [
    "angular",
    "material",
    "mattable",
    "table",
    "export",
    "paginated",
    "table",
    "excel"
  ],
  "dependencies": {
    "mini-cdk-table-exporter": "^9.0.0"
  },
  "main": "bundles/mini-mat-table-exporter.umd.js",
  "module": "fesm5/mini-mat-table-exporter.js",
  "es2015": "fesm2015/mini-mat-table-exporter.js",
  "esm5": "esm5/mini-mat-table-exporter.js",
  "esm2015": "esm2015/mini-mat-table-exporter.js",
  "fesm5": "fesm5/mini-mat-table-exporter.js",
  "fesm2015": "fesm2015/mini-mat-table-exporter.js",
  "typings": "mini-mat-table-exporter.d.ts",
  "metadata": "mini-mat-table-exporter.metadata.json",
  "sideEffects": false
}
