-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
34 lines (34 loc) · 1021 Bytes
/
plugin.json
File metadata and controls
34 lines (34 loc) · 1021 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": "MicrosoftTeams",
"description": "Send Matomo reports and alerts to Microsoft Team channels, keeping your team informed and ready to act in real time.",
"version": "5.0.6",
"theme": false,
"require": {
"matomo": ">=5.7.0-alpha,<6.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "hello@matomo.org",
"issues": "https://github.com/matomo-org/plugin-MicrosoftTeams/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-MicrosoftTeams",
"wiki": "https://github.com/matomo-org/plugin-MicrosoftTeams/wiki"
},
"homepage": "",
"license": "GPL v3+",
"keywords": [
"Microsoft Teams",
"MicrosoftTeams",
"Microsoft",
"Teams",
"ScheduledReports",
"CustomAlerts"
],
"category": "integration"
}