forked from MarcusCalidus/marcuscalidus-svg-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
executable file
·38 lines (36 loc) · 1.36 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
{
"type": "panel",
"name": "ACE-SVG",
"id": "aceiot-svg-panel",
"info": {
"description": "SVG panel for grafana",
"author": {
"name": "[email protected]",
"url": "https://github.com/MarcusCalidus/marcuscalidus-svg-panel"
},
"keywords": ["svg", "panel"],
"logos": {
"small": "img/svgpanel_logo_small.png",
"large": "img/svgpanel_logo_large.png"
},
"links": [
{ "name": "Snap.svg", "url": "http://snapsvg.io/" },
{ "name": "MIT License", "url": "https://github.com/MarcusCalidus/marcuscalidus-svg-panel/blob/master/LICENSE" },
{ "name": "Project", "url": "https://github.com/MarcusCalidus/marcuscalidus-svg-panel" }
],
"screenshots": [
{ "name": "In Action", "path": "img/inAction.png" },
{ "name": "Event onInit", "path": "img/onInit.png" },
{ "name": "Event onHandleMetric", "path": "img/onHandleMetric.png" },
{ "name": "SVG Builder", "path": "img/svgBuilder.png" },
{ "name": "SVG data", "path": "img/svgData.png" },
{ "name": "included Demos", "path": "img/demoButtons.png" }
],
"version": "0.3.4",
"updated": "2019-26-11"
},
"dependencies": {
"grafanaVersion": "6.x.x",
"plugins": []
}
}