-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (31 loc) · 785 Bytes
/
plugin.json
File metadata and controls
33 lines (31 loc) · 785 Bytes
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
{
"type": "panel",
"name": "Graphvis",
"id": "graphvis-panel",
"info": {
"description": "Graphvis panel for grafana",
"author": {
"name": "GrafanaLabs",
"url": "https://grafana.com"
},
"keywords": ["tutorial", "panel"],
"logos": {
"small": "src/img/clock_panel_logo.svg",
"large": "src/img/clock_panel_logo.svg"
},
"links": [
{"name": "Project site", "url": ""},
{"name": "MIT License", "url": ""}
],
"screenshots": [
{"name": "Showcase", "path": "src/img/screenshot-showcase.png"},
{"name": "Options", "path": "src/img/screenshot-clock-options.png"}
],
"version": "0.0.1",
"updated": "2018-05-02"
},
"dependencies": {
"grafanaVersion": "4.x.x",
"plugins": [ ]
}
}