forked from matomo-org/plugin-QueuedTracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
26 lines (26 loc) · 859 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
{
"name": "QueuedTracking",
"version": "3.1.0",
"description": "Scale your large traffic Piwik service by queuing tracking requests in Redis for better performance. ",
"theme": false,
"keywords": ["tracker", "tracking", "queue", "redis"],
"license": "GPL v3+",
"homepage": "http://piwik.org",
"require": {
"piwik": ">=3.2.1-b1,<4.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/piwik/plugin-QueuedTracking/issues",
"forum": "https://forum.piwik.org",
"source": "https://github.com/piwik/plugin-QueuedTracking",
"wiki": "https://github.com/piwik/plugin-QueuedTracking/wiki"
},
"authors": [
{
"name": "Piwik",
"email": "[email protected]",
"homepage": "http://piwik.org"
}
]
}