-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 879 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 879 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
27
28
29
30
{
"name": "IP2Proxy",
"description": "Get the proxy details of visitors to your website.",
"version": "0.2.0",
"theme": false,
"require": {
"matomo": ">=4.0.0-b1,<5.0.0-b1"
},
"authors": [
{
"name": "IP2Location",
"email": "support@ip2location.com",
"homepage": "http:\/\/www.ip2location.com"
}
],
"support": {
"email": "support@ip2location.com",
"issues": "https:\/\/github.com\/ip2location\/ip2proxy-matomo\/issues",
"wiki": "https:\/\/github.com\/ip2location\/ip2proxy-matomo\/wiki",
"source": "https:\/\/github.com\/ip2location\/ip2proxy-matomo"
},
"homepage": "https:\/\/github.com\/ip2location\/ip2proxy-matomo",
"license": "GPL-3.0+",
"keywords": [
"ip",
"proxy",
"report",
"geolocation"
]
}