{
  "name": "ngx-calendar-table",
  "version": "0.1.5",
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0"
  },
  "dependencies": {
    "moment": "^2.22.1",
    "tslib": "^1.9.0"
  },
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.3"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/heijimrt/ngx-calendar-table",
  "keywords": [
    "angular",
    "calendar",
    "calendar table",
    "table",
    "date",
    "ng"
  ],
  "main": "bundles/ngx-calendar-table.umd.js",
  "module": "fesm5/ngx-calendar-table.js",
  "es2015": "fesm2015/ngx-calendar-table.js",
  "esm5": "esm5/ngx-calendar-table.js",
  "esm2015": "esm2015/ngx-calendar-table.js",
  "fesm5": "fesm5/ngx-calendar-table.js",
  "fesm2015": "fesm2015/ngx-calendar-table.js",
  "typings": "ngx-calendar-table.d.ts",
  "metadata": "ngx-calendar-table.metadata.json",
  "sideEffects": false
}
