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

plugin.json « ExampleUI « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a39e0a2a22f5294bdb102c10aa6420e22ba18ab (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
{
    "name": "ExampleUI",
    "description": "Piwik Platform showcase: how to display data tables, graphs, and the UI framework.",
    "version": "1.0.1",
    "keywords": [
        "example",
        "framework",
        "platform",
        "ui",
        "visualization"
    ],
    "homepage": "http:\/\/piwik.org",
    "license": "GPL v3+",
    "authors": [
        {
            "name": "Piwik",
            "email": "hello@piwik.org",
            "homepage": "http:\/\/piwik.org"
        }
    ],
    "require": {
        "piwik": ">=2.13.1"
    }
}