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/AutoLogImporter/plugin.json')
-rw-r--r--plugins/AutoLogImporter/plugin.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/AutoLogImporter/plugin.json b/plugins/AutoLogImporter/plugin.json
new file mode 100644
index 0000000000..e4fe65aa49
--- /dev/null
+++ b/plugins/AutoLogImporter/plugin.json
@@ -0,0 +1,16 @@
+{
+ "name": "AutoLogImporter",
+ "version": "0.1.0",
+ "description": "Imports log files automatically",
+ "theme": false,
+ "require": {
+ "piwik": ">=2.15.0-b4"
+ },
+ "authors": [
+ {
+ "name": "Piwik",
+ "email": "",
+ "homepage": ""
+ }
+ ]
+} \ No newline at end of file