-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 852 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 852 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
{
"name": "BotTracker",
"version": "5.2.18",
"keywords": [
"BotTracker"
],
"homepage": "https://github.com/Digitalist-Open-Cloud/Matomo-Plugin-BotTracker",
"description": "Detection of bots & spiders and count their visits without tracking them in the visitor-log.",
"license": "GPL v3+",
"authors": [
{
"name": "Mikke Schirén",
"email": "mikke.schiren@digitalist.com",
"homepage": "https://github.com/Digitalist-Open-Cloud/Matomo-Plugin-BotTracker"
}
],
"support": {
"issues": "https://github.com/Digitalist-Open-Cloud/Matomo-Plugin-BotTracker/issues",
"source": "https://github.com/Digitalist-Open-Cloud/Matomo-Plugin-BotTracker"
},
"require": {
"php": ">=7.2.5",
"matomo": ">=5.0.0-stable,<6.0.0-b1"
}
}