-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 845 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 845 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
{
"name": "BotTracker",
"version": "5.0.0",
"keywords": ["BotTracker"],
"homepage": "https://github.com/digitalist-se/MatomoPlugin-BotTracker",
"description": "Detection of bots & spiders and count their visits without tracking them in the visitor-log.",
"license": "GPL v3+",
"authors": [
{
"name": "Thomas Fasselt",
"email": "Thomas.Fasselt@gmx.com",
"homepage": "https://github.com/Thomas--F/BotTracker"
},
{
"name": "Mikke Schirén",
"email": "mikke.schiren@digitalist.se",
"homepage": "https://www.digitalist.se"
}
],
"support": {
"issues": "https://github.com/digitalist-se/MatomoPlugin-BotTracker/issues",
"source": "https://github.com/digitalist-se/MatomoPlugin-BotTracker"
},
"require": {
"piwik": ">=5.0.0-rc1,<6.0.0-b1",
"php": ">=8.0.0"
}
}