{
  "name": "bd-dynamic-tables",
  "version": "0.3.3",
  "description": "A bunch of dynamic tables that are used across all BD Innovations UI projects",
  "author": {
    "name": "Anton Voronkov"
  },
  "contributors": [
    {
      "name": "Andrew Ostroglyad"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/bddevteam83/dynamic-tables.git"
  },
  "bugs": {
    "url": "https://bitbucket.org/bddevteam83/dynamic-tables/issues"
  },
  "homepage": "https://bitbucket.org/bddevteam83/dynamic-tables",
  "keywords": [
    "typescript",
    "angular",
    "angular material",
    "table"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^7.0.0",
    "@angular/core": "^7.0.0",
    "@angular/material": "^7.3.3",
    "@ngx-translate/core": "^11.0.1",
    "@ngx-translate/http-loader": "^4.0.0",
    "lodash": "^4.17.11",
    "@bd-innovations/directive-collection": "0.0.3",
    "@bd-innovations/pipe-collection": "0.1.1"
  },
  "main": "bundles/bd-dynamic-tables.umd.js",
  "module": "fesm5/bd-dynamic-tables.js",
  "es2015": "fesm2015/bd-dynamic-tables.js",
  "esm5": "esm5/bd-dynamic-tables.js",
  "esm2015": "esm2015/bd-dynamic-tables.js",
  "fesm5": "fesm5/bd-dynamic-tables.js",
  "fesm2015": "fesm2015/bd-dynamic-tables.js",
  "typings": "bd-dynamic-tables.d.ts",
  "metadata": "bd-dynamic-tables.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
