-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (29 loc) · 855 Bytes
/
plugin.json
File metadata and controls
34 lines (29 loc) · 855 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
34
{
"name": "Snorkel",
"id": "grafana-snorkel-datasource",
"type": "datasource",
"staticRoot": ".",
"partials": {
"config": "public/app/plugins/datasource/snorkel/partials/config.html"
},
"metrics": true,
"annotations": false,
"info": {
"description": "Datasource for querying the snorkel data analysis tool",
"author": {
"name": "okay",
"url": "http://github.com/logv/snorkel"
},
"links": [
{"name": "GitHub", "url": "https://github.com/logv/grafana-snorkel-datasource"},
{"name": "Snorkel", "url": "https://github.com/logv/snorkel"},
{"name": "MIT License", "url": "https://github.com/grafana/grafana-snorkel-datasource/blob/master/LICENSE"}
],
"version": "0.0.2",
"updated": "2016-04-13"
},
"dependencies": {
"grafanaVersion": "3.x.x",
"plugins": [ ]
}
}