-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 943 Bytes
/
plugin.json
File metadata and controls
26 lines (26 loc) · 943 Bytes
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.5.2",
"keywords": [
"ip2location", "geolocation", "visitor location", "ip to location"
],
"homepage": "https:\/\/www.ip2location.com\/developers\/piwik",
"description": "Use the IP2Location geolocation service to lookup your visitors' locations. You can configure the settings under System → IP2Location.",
"license": "GPL-3.0+",
"authors": [
{
"name": "IP2Location",
"email": "support@ip2location.com",
"homepage": "https:\/\/www.ip2location.com"
}
],
"support": {
"email": "support@ip2location.com",
"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"
}
}