{
  "name": "ngs-workspace",
  "version": "0.2.0",
  "description": "Smart Workspace to allow users to multitask with a cool side panel",
  "author": {
    "email": "sachithrukshanmail@gmail.com",
    "name": "Sachith Rukshan",
    "url": "https://srukshan98.github.io/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/srukshan98/ngs-workspace"
  },
  "bugs": "https://github.com/srukshan98/ngs-workspace/issues",
  "keywords": [
    "angular",
    "typescript",
    "workspace",
    "angular-material"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/animations": "^9.1.11",
    "@angular/cdk": "^9.2.4",
    "@angular/common": "^9.1.13",
    "@angular/core": "^9.1.13",
    "@angular/material": "^9.2.4"
  },
  "dependencies": {
    "tslib": "^1.10.0"
  },
  "main": "bundles/ngs-workspace.umd.js",
  "module": "fesm5/ngs-workspace.js",
  "es2015": "fesm2015/ngs-workspace.js",
  "esm5": "esm5/ngs-workspace.js",
  "esm2015": "esm2015/ngs-workspace.js",
  "fesm5": "fesm5/ngs-workspace.js",
  "fesm2015": "fesm2015/ngs-workspace.js",
  "typings": "ngs-workspace.d.ts",
  "metadata": "ngs-workspace.metadata.json",
  "sideEffects": false
}
