forked from lippoliv/piwik-plugin-disabletracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
29 lines (29 loc) · 816 Bytes
/
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
{
"name": "DisableTracking",
"description": "Disable tracking for specific sites without removing the tracking code or losing the data. [WAI fork]",
"version": "1.5.0",
"theme": false,
"require": {
"piwik": ">=3.0.0,<5.0.0",
"php": ">=5.6.0"
},
"authors": [
{
"name": "AGID",
"email": "",
"homepage": "https://webanalytics.italia.it"
},
{
"name": "Lipperts WEB",
"email": "info@lipperts-web.de",
"homepage": "https://lipperts-web.de"
}
],
"homepage": "https://github.com/AgID/wai-matomo-plugin-DisableTracking",
"license": "GPL v3+",
"keywords": [
"disable",
"tracking",
"site"
]
}