{
  "name": "@highcharts/dashboards",
  "description": "Highcharts Dashboards framework",
  "homepage": "https://www.highcharts.com/products/dashboards/",
  "version": "4.2.0",
  "author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
  "bugs": "https://github.com/highcharts/highcharts/issues",
  "license": "https://www.highcharts.com/license",
  "repository": "https://github.com/highcharts/dashboards-dist.git",
  "main": "dashboards.js",
  "types": "dashboards.d.ts",
  "keywords": [
    "chart",
    "dashboard",
    "data",
    "graph",
    "grid",
    "table",
    "visualization"
  ],
  "peerDependencies": {
    "highcharts": ">=10.0.0 <13",
    "@highcharts/grid-lite": "^3.0.0",
    "@highcharts/grid-pro": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "highcharts": {
      "optional": true
    },
    "@highcharts/grid-lite": {
      "optional": true
    },
    "@highcharts/grid-pro": {
      "optional": true
    }
  }
}