forked from matomo-org/tag-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 993 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 993 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": "TagManager",
"description": "A simple way to manage and maintain all of your (third-party) tags on your website.",
"version": "0.1.1",
"theme": false,
"require": {
"piwik": ">=3.6.0-b1,<4.0.0-b1"
},
"authors": [
{
"name": "Matomo",
"email": "hello@matomo.org",
"homepage": "https://matomo.org"
}
],
"support": {
"email": "hello@matomo.org",
"issues": "https://github.com/matomo-org/tag-manager/issues",
"forum": "https://forum.matomo.org",
"irc": "",
"wiki": "https://github.com/matomo-org/tag-manager/wiki",
"source": "https://github.com/matomo-org/tag-manager",
"docs": "https://matomo.org/docs/tag-manager",
"rss": ""
},
"homepage": "https://matomo.org",
"license": "GPL v3+",
"keywords": ["tag", "manager", "script", "analytics", "marketing", "trigger", "variable", "container", "embed", "tracking"]
}