{
  "name": "gd-canvas",
  "version": "0.1.2",
  "keywords": [
    "Angular",
    "Window",
    "Modal Dialog",
    "Contextmenu",
    "Tooltip",
    "Dashboard",
    "Graph",
    "Tab",
    "Ribbon",
    "Data Grid",
    "Property Grid",
    "TreeView",
    "Canvas",
    "Accordion",
    "Splitter"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^9.1.0",
    "@angular/core": "^9.1.0",
    "tslib": "^1.10.0"
  },
  "main": "bundles/gd-canvas.umd.js",
  "module": "fesm5/gd-canvas.js",
  "es2015": "fesm2015/gd-canvas.js",
  "esm5": "esm5/gd-canvas.js",
  "esm2015": "esm2015/gd-canvas.js",
  "fesm5": "fesm5/gd-canvas.js",
  "fesm2015": "fesm2015/gd-canvas.js",
  "typings": "gd-canvas.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
  }
}
