-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 720 Bytes
/
plugin.json
File metadata and controls
23 lines (23 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "BotTracker",
"version": "3.0.0",
"keywords": ["BotTracker"],
"homepage": "https://github.com/Thomas--F/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"
}
],
"support": {
"issues": "https://github.com/Thomas--F/BotTracker/issues",
"source": "https://github.com/Thomas--F/BotTracker/"
},
"require": {
"piwik": ">=5.0.0-rc1,<6.0.0-b1",
"php": ">=7.2.5"
}
}