-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 823 Bytes
/
Copy pathplugin.json
File metadata and controls
29 lines (29 loc) · 823 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
{
"name": "Endpoint",
"description": "It allows you to see easily the Matomo endpoint for the HTTP tracking API.",
"version": "0.1.6",
"theme": false,
"require": {
"matomo": ">=4.11.0,<5.0.0-b1"
},
"authors": [
{
"name": "Ronan Chardonneau",
"email": "contact@ronan-chardonneau.com",
"homepage": "https://github.com/Chardonneaur"
}
],
"support": {
"email": "",
"issues": "https://github.com/Chardonneaur/endpoint/issues",
"forum": "",
"irc": "",
"wiki": "",
"source": "",
"docs": "",
"rss": ""
},
"homepage": "https://github.com/Chardonneaur/endpoint",
"license": "GPL v3+",
"keywords": ["endpoint", "http tracking api", "measurement protocol"]
}