forked from grafana/clock-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
33 lines (31 loc) · 878 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
28
29
30
31
32
33
{
"type": "panel",
"name": "Clock",
"id": "grafana-clock-panel",
"info": {
"description": "Clock panel for grafana",
"author": {
"name": "Raintank Inc.",
"url": "http://raintank.io"
},
"keywords": ["clock", "panel"],
"logos": {
"small": "src/img/clock_panel_logo.svg",
"large": "src/img/clock_panel_logo.svg"
},
"links": [
{"name": "Project site", "url": "https://github.com/grafana/clock-panel"},
{"name": "MIT License", "url": "https://github.com/grafana/clock-panel/blob/master/LICENSE"}
],
"screenshots": [
{"name": "Showcase", "path": "src/img/screenshot-showcase.png"},
{"name": "Options", "path": "src/img/screenshot-clock-options.png"}
],
"version": "0.0.8",
"updated": "2015-06-10"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}