-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 810 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 810 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
{
"name": "RerIntranetSubnetwork",
"description": "Measure your intranet visitors with a new Subnetwork dimension and related report",
"version": "5.0.1",
"theme": false,
"require": {
"php": ">=7.3.0",
"matomo": ">=5.0.0-rc1,<6.0.0-b1"
},
"authors": [
{
"name": "Regione Emilia-Romagna",
"homepage": "https://github.com/RegioneER",
"email": "webmaster@regione.emilia-romagna.it"
}
],
"support": {
"issues": "https://github.com/RegioneER/RerIntranetSubnetwork/issues",
"source": "https://github.com/RegioneER/RerIntranetSubnetwork"
},
"homepage": "https://github.com/RegioneER/RerIntranetSubnetwork",
"license": "GPL-3.0+",
"keywords": [ "report", "intranet", "subnetworks" ]
}