-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugin.json
27 lines (27 loc) · 945 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "TreemapVisualization",
"version": "5.0.2",
"description": "Visualise any report in Matomo as a Treemap. Click on the Treemap icon in each report to load the visualisation.",
"keywords": ["treemap", "graph", "visualization", "infovis", "jit"],
"license": "GPL v3+",
"homepage": "https://matomo.org",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/matomo-org/plugin-TreemapVisualization/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-TreemapVisualization",
"docs": "https://matomo.org/docs/",
"rss": "https://matomo.org/feed/"
},
"authors": [
{
"name": "Matomo",
"email": "[email protected]",
"homepage": "https://matomo.org"
}
],
"category": "insights"
}