forked from lippoliv/piwik-plugin-disabletracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
37 lines (37 loc) · 1.01 KB
/
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
36
37
{
"name": "DisableTracking",
"description": "Provides the ability to disable tracking for piwik sites. So you dont grow in data but keep old data for later reporting. This is a fork for Web Analytics Italia.",
"version": "1.2.0",
"theme": false,
"require" : {
"php" : ">=5.6.0",
"piwik" : ">=3.0.0,<5.0.0"
},
"authors": [
{
"name": "Lipperts WEB",
"email": "info@lipperts-web.de",
"homepage": "http://lipperts-web.de"
}
],
"support": {
"email": "support@lipperts-web.de",
"issues": "",
"forum": "",
"irc": "",
"wiki": "",
"source": "",
"docs": "",
"rss": ""
},
"homepage": "https://lw-scm.de/lipperts-web/piwik-plugin-disabletracking",
"license": "GPL v3+",
"keywords": [
"disable",
"tracking",
"site"
],
"donate": {
"paypal": "info@lipperts-web.de"
}
}