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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TestRunner/plugin.json')
-rw-r--r--plugins/TestRunner/plugin.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/TestRunner/plugin.json b/plugins/TestRunner/plugin.json
new file mode 100644
index 0000000000..b56ff70a21
--- /dev/null
+++ b/plugins/TestRunner/plugin.json
@@ -0,0 +1,19 @@
+{
+ "name": "TestRunner",
+ "version": "0.1.0",
+ "description": "Run Tests",
+ "theme": false,
+ "require": {
+ "piwik": ">=2.8.1-rc1"
+ },
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "hello@piwik.org",
+ "homepage": "http://piwik.org"
+ }
+ ],
+ "license": "GPL v3+",
+ "keywords": ["test", "runner"],
+ "homepage": "http://piwik.org"
+} \ No newline at end of file