Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plugin.json « CustomDirPlugin « custompluginsdir « resources « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69e912e2fb9f953240270bd425a2c0f2f31f78df (plain)
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": "CustomDirPlugin",
    "description": "Custom Plugin located in different directory",
    "version": "0.1.0",
    "theme": false,
    "require": {
        "matomo": ">=4.0.0-b1,<5.0.0-b1"
    },
    "authors": [
        {
            "name": "Matomo",
            "email": "",
            "homepage": "https://matomo.org"
        }
    ],
    "support": {
        "email": "",
        "issues": "",
        "forum": "",
        "irc": "",
        "wiki": "",
        "source": "",
        "docs": "",
        "rss": ""
    },
    "homepage": "https://matomo.org",
    "license": "GPL v3+",
    "keywords": []
}