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

plugin.json « ExampleVue « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e92206c70390760d78677d2ad3ac3a2639ec66f (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": "ExampleVue",
    "description": "Example vue component.",
    "version": "0.1.0",
    "theme": false,
    "require": {
        "matomo": ">=4.5.0-b1,<5.0.0-b1"
    },
    "authors": [
        {
            "name": "Matomo",
            "email": "",
            "homepage": ""
        }
    ],
    "support": {
        "email": "",
        "issues": "",
        "forum": "",
        "irc": "",
        "wiki": "",
        "source": "",
        "docs": "",
        "rss": ""
    },
    "homepage": "",
    "license": "GPL v3+",
    "keywords": []
}