{
  "name": "@canvasgfx/layouts",
  "version": "1.0.3",
  "description": "Layouts is an Angular component library that implements a *border layout* using a container that can dock child panels into Top, Left, Right, Bottom  and Center regions.",
  "author": "reactgular.com",
  "homepage": "https://reactgular.com/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/canvasgfx/layouts"
  },
  "bugs": {
    "url": "https://github.com/canvasgfx/layouts/issues"
  },
  "keywords": [
    "angular",
    "angular-library",
    "layout"
  ],
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^10.0.0",
    "@angular/core": "^10.0.0"
  },
  "main": "bundles/canvasgfx-layouts.umd.js",
  "module": "fesm2015/canvasgfx-layouts.js",
  "es2015": "fesm2015/canvasgfx-layouts.js",
  "esm2015": "esm2015/canvasgfx-layouts.js",
  "fesm2015": "fesm2015/canvasgfx-layouts.js",
  "typings": "canvasgfx-layouts.d.ts",
  "metadata": "canvasgfx-layouts.metadata.json",
  "sideEffects": false
}
