{
  "name": "static-table",
  "version": "0.0.20",
  "license": "MIT",
  "author": "Kausthub Mayuram",
  "homepage": "https://github.com/kausthubmayuram/static-table",
  "repository": {
    "type": "git",
    "url": "https://github.com/kausthubmayuram/static-table.git"
  },
  "keywords": [
    "table",
    "Angular",
    "Angular 2",
    "Angular 6",
    "Angular 8",
    "Angular 9",
    "Angular 10",
    "Angular 11",
    "Dynamic Table",
    "customizable"
  ],
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0 || ^8.0.0 || ^8.1.0 || ^8.2.0 || ^8.3.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^7.1.0 || ^7.2.0 || ^7.3.0 || ^8.0.0 || ^8.1.0 || ^8.2.0|| ^8.3.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "main": "bundles/static-table.umd.js",
  "module": "fesm2015/static-table.js",
  "es2015": "fesm2015/static-table.js",
  "esm2015": "esm2015/static-table.js",
  "fesm2015": "fesm2015/static-table.js",
  "typings": "static-table.d.ts",
  "metadata": "static-table.metadata.json",
  "sideEffects": false
}