@highcharts/dashboards
Version:
Highcharts Dashboards framework
25 lines (24 loc) • 741 B
JSON
{
"name": "@highcharts/dashboards",
"description": "Highcharts Dashboards framework",
"homepage": "https://www.highcharts.com/products/dashboards/",
"version": "3.5.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"
}
}