{
  "name": "@terrencecastro/ngx-taskboard",
  "version": "1.2.1",
  "license": "MIT",
  "private": false,
  "keywords": [
    "taskboard",
    "angular",
    "ngx",
    "kanban",
    "typescript",
    "team planning",
    "issues"
  ],
  "repository": {
    "directory": "github",
    "url": "https://github.com/Disane87/ngx-taskboard.git",
    "type": "git"
  },
  "readme": "README.md",
  "author": {
    "name": "Marco Franke",
    "email": "mfranke87@icloud.com",
    "url": "https://byte-style.de"
  },
  "badges": [
    {
      "url": "https://img.shields.io/github/license/Disane87/ngx-taskboard",
      "description": "License",
      "href": "https://github.com/Disane87/ngx-taskboard/blob/master/LICENSE"
    },
    {
      "url": "https://img.shields.io/github/issues/Disane87/ngx-taskboard",
      "description": "Issues",
      "href": "https://github.com/Disane87/ngx-taskboard/issues"
    },
    {
      "url": "https://img.shields.io/github/stars/Disane87/ngx-taskboard",
      "description": "Stars",
      "href": "https://github.com/Disane87/ngx-taskboard/stargazers"
    }
  ],
  "description": "Yet another angular taskboard",
  "homepage": "https://ngx-taskboard.disane.de",
  "maintainers": [
    {
      "name": "disane",
      "email": "mfranke87@icloud.com"
    }
  ],
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">=7.2.0",
    "@angular/core": ">=7.2.0",
    "bootstrap": ">=4.5.3"
  },
  "main": "bundles/disane-ngx-taskboard.umd.js",
  "module": "fesm2015/disane-ngx-taskboard.js",
  "es2015": "fesm2015/disane-ngx-taskboard.js",
  "esm2015": "esm2015/disane-ngx-taskboard.js",
  "fesm2015": "fesm2015/disane-ngx-taskboard.js",
  "typings": "disane-ngx-taskboard.d.ts",
  "metadata": "disane-ngx-taskboard.metadata.json",
  "sideEffects": false
}
