Skip to content

Commit f580306

Browse files
committed
Add author section to plugin.json
1 parent 47d59b1 commit f580306

File tree

2 files changed

+66
-56
lines changed

2 files changed

+66
-56
lines changed

dist/plugin.json

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
{
2-
"name": "JSON",
3-
"id": "simpod-json-datasource",
4-
"type": "datasource",
5-
6-
"partials": {
7-
"config": "partials/config.html"
8-
},
9-
10-
"metrics": true,
11-
"annotations": true,
12-
13-
"info": {
14-
"description": "JSON over HTTP datasource",
15-
"logos": {
16-
"small": "img/json-logo.svg",
17-
"large": "img/json-logo.svg"
2+
"name": "JSON",
3+
"id": "simpod-json-datasource",
4+
"type": "datasource",
5+
"partials": {
6+
"config": "partials/config.html"
187
},
19-
"links": [
20-
{"name": "GitHub", "url": "https://github.com/simPod/grafana-json-datasource"},
21-
{"name": "MIT License", "url": "https://github.com/simPod/grafana-json-datasource/blob/master/LICENSE"}
22-
],
23-
"version": "0.1.2",
24-
"updated": "2018-02-22"
25-
},
26-
27-
"dependencies": {
28-
"grafanaVersion": "5.x.x",
29-
"plugins": [ ]
30-
}
8+
"metrics": true,
9+
"annotations": true,
10+
"info": {
11+
"author": {
12+
"name": "Grafana Friends"
13+
},
14+
"description": "JSON over HTTP datasource",
15+
"logos": {
16+
"small": "img/json-logo.svg",
17+
"large": "img/json-logo.svg"
18+
},
19+
"links": [
20+
{
21+
"name": "GitHub",
22+
"url": "https://github.com/simPod/grafana-json-datasource"
23+
},
24+
{
25+
"name": "MIT License",
26+
"url": "https://github.com/simPod/grafana-json-datasource/blob/master/LICENSE"
27+
}
28+
],
29+
"version": "0.1.2",
30+
"updated": "2018-02-22"
31+
},
32+
"dependencies": {
33+
"grafanaVersion": "5.x.x",
34+
"plugins": [ ]
35+
}
3136
}

src/plugin.json

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,36 @@
11
{
2-
"name": "JSON",
3-
"id": "simpod-json-datasource",
4-
"type": "datasource",
5-
6-
"partials": {
7-
"config": "partials/config.html"
8-
},
9-
10-
"metrics": true,
11-
"annotations": true,
12-
13-
"info": {
14-
"description": "JSON over HTTP datasource",
15-
"logos": {
16-
"small": "img/json-logo.svg",
17-
"large": "img/json-logo.svg"
2+
"name": "JSON",
3+
"id": "simpod-json-datasource",
4+
"type": "datasource",
5+
"partials": {
6+
"config": "partials/config.html"
187
},
19-
"links": [
20-
{"name": "GitHub", "url": "https://github.com/simPod/grafana-json-datasource"},
21-
{"name": "MIT License", "url": "https://github.com/simPod/grafana-json-datasource/blob/master/LICENSE"}
22-
],
23-
"version": "0.1.2",
24-
"updated": "2018-02-22"
25-
},
26-
27-
"dependencies": {
28-
"grafanaVersion": "5.x.x",
29-
"plugins": [ ]
30-
}
8+
"metrics": true,
9+
"annotations": true,
10+
"info": {
11+
"author": {
12+
"name": "Grafana Friends"
13+
},
14+
"description": "JSON over HTTP datasource",
15+
"logos": {
16+
"small": "img/json-logo.svg",
17+
"large": "img/json-logo.svg"
18+
},
19+
"links": [
20+
{
21+
"name": "GitHub",
22+
"url": "https://github.com/simPod/grafana-json-datasource"
23+
},
24+
{
25+
"name": "MIT License",
26+
"url": "https://github.com/simPod/grafana-json-datasource/blob/master/LICENSE"
27+
}
28+
],
29+
"version": "0.1.2",
30+
"updated": "2018-02-22"
31+
},
32+
"dependencies": {
33+
"grafanaVersion": "5.x.x",
34+
"plugins": [ ]
35+
}
3136
}

0 commit comments

Comments
 (0)