-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
27 lines (27 loc) · 839 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
{
"name": "IPReports",
"version": "5.0.0",
"description": "Adds new IP reports to Matomo",
"keywords": ["ip", "ips", "report"],
"license": "GPL v3+",
"homepage": "http://github.com/sgiehl/piwik-plugin-IPReports",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/sgiehl/piwik-plugin-IPReports/issues",
"source": "https://github.com/sgiehl/piwik-plugin-IPReports"
},
"authors": [
{
"name": "Stefan Giehl",
"email": "[email protected]",
"homepage": "http://github.com/sgiehl"
}
],
"donate": {
"paypal": "[email protected]",
"flattr": "https://flattr.com/thing/3787742/sgiehlpiwik-plugin-IPReports-on-GitHub"
}
}