-
Notifications
You must be signed in to change notification settings - Fork 18
/
plugin.json
26 lines (26 loc) · 894 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": "IP2Location",
"version": "5.3.1",
"keywords": [
"ip2location", "geolocation", "visitor location", "ip to location"
],
"homepage": "https:\/\/www.ip2location.com\/developers\/piwik",
"description": "Use IP2Location geolocation database to lookup for accurate visitor location in Matomo.",
"license": "GPL-3.0+",
"authors": [
{
"name": "IP2Location",
"email": "[email protected]",
"homepage": "https:\/\/www.ip2location.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ip2location/ip2location-piwik/issues",
"wiki": "https://github.com/ip2location/ip2location-piwik/wiki",
"source": "https://github.com/ip2location/ip2location-piwik"
},
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
}
}