{
  "name": "ak-dashboard",
  "description": "Component to build angular ui interface",
  "version": "2.0.0",
  "author": "Andy Kamga",
  "license": "MIT",
  "keywords": [
    "angular",
    "dashboard",
    "editor",
    "ak"
  ],
  "peerDependencies": {
    "@angular/common": "^12.0.0",
    "@angular/core": "^12.0.0"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "main": "bundles/ak-dashboard.umd.js",
  "module": "fesm2015/ak-dashboard.js",
  "es2015": "fesm2015/ak-dashboard.js",
  "esm2015": "esm2015/ak-dashboard.js",
  "fesm2015": "fesm2015/ak-dashboard.js",
  "typings": "ak-dashboard.d.ts",
  "sideEffects": false
}