-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathplugin.json
executable file
·35 lines (35 loc) · 916 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
34
35
{
"name": "TasksTimetable",
"version": "5.0.1",
"description": "List all maintenance tasks that are scheduled to run. Displays the task names and next execution time in a table.",
"theme": false,
"authors": [
{
"name": "Megan Liang",
"email": "",
"homepage": ""
},
{
"name": "Jay Deshpande",
"email": "",
"homepage": ""
},
{
"name": "Matomo",
"email": "[email protected]",
"homepage": "http://matomo.org"
}
],
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"issues": "https://github.com/matomo-org/plugin-TasksTimetable/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-TasksTimetable"
},
"license": "GPL v3+",
"keywords": ["tasks", "scheduled", "timetable", "monitoring"],
"homepage": "https://matomo.org",
"category": "development"
}