-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
29 lines (29 loc) · 981 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
{
"name": "IndexationViewer",
"description": "Show indexation statuses in Matomo administration",
"version": "0.1.1",
"theme": false,
"require": {
"matomo": ">=4.14.0,<6.0.0-b1"
},
"authors": [
{
"name": "Kára Sibille",
"email": "[email protected]",
"homepage": "https://git.vtech.fr/k.sibille"
},
{
"name": "Valentin Baraise",
"email": "[email protected]",
"homepage": "https://git.vtech.fr/valentin"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ligeo-dev/matomo-plugin-IndexationViewer/issues",
"source": "https://github.com/ligeo-dev/matomo-plugin-IndexationViewer"
},
"homepage": "https://developpement.ligeo.fr/",
"license": "GPL v3+",
"keywords": ["indexation", "archive", "viewer", "diagnostic"]
}