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

plugin.json « TestRunner « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3a3f14bae099d30daa425278e62e5ce19b0654e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "TestRunner",
    "version": "0.1.0",
    "description": "Developer tool that lets you run the automated tests suite. Only needed in development.",
    "theme": false,
    "require": {
        "piwik": ">=2.9.0"
    },
    "authors": [
        {
            "name": "Matomo",
            "email": "hello@matomo.org",
            "homepage": "http:\/\/matomo.org"
        }
    ],
    "license": "GPL v3+",
    "keywords": [
        "test",
        "runner"
    ],
    "homepage": "http:\/\/matomo.org"
}