forked from matomo-org/plugin-GoogleAnalyticsImporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
26 lines (26 loc) · 870 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": "GoogleAnalyticsImporter",
"description": "Import reports from a Google Analytics account into Matomo.",
"version": "4.6.4",
"theme": false,
"require": {
"matomo": ">=4.10.0-b1,<5.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "[email protected]",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/matomo-org/plugin-GoogleAnalyticsImporter/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/matomo-org/plugin-GoogleAnalyticsImporter",
"wiki": "https://github.com/matomo-org/plugin-GoogleAnalyticsImporter/wiki"
},
"homepage": "https://matomo.org",
"license": "GPL v3+",
"keywords": ["google", "analytics", "import"]
}