{ "name": "cloud_piwik", "version": "0.10.0", "description": "Track Nextcloud users with piwik/matomo", "repository": { "type": "git", "url": "https://github.com/sualko/cloud_piwik.git" }, "keywords": [ "nextcloud", "piwik", "matomo", "tracking" ], "author": "Klaus Herberth ", "license": "MIT", "bugs": { "url": "https://github.com/sualko/cloud_piwik/issues" }, "homepage": "https://github.com/sualko/cloud_piwik", "scripts": { "release:build": "grunt build:release", "release:sign": "grunt sign:release", "release:publish": "node scripts/publish-release.js" }, "devDependencies": { "@octokit/rest": "^18.0.3", "colors": "^1.4.0", "dotenv": "^8.2.0", "execa": "^4.0.3", "grunt": "^1.0.4", "grunt-banner": "^0.6.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-compress": "^1.5.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-uglify": "^4.0.1", "grunt-exec": "^3.0.0", "grunt-jsbeautifier": "^0.2.13", "grunt-text-replace": "^0.4.0", "inquirer": "^7.3.3", "simple-git": "^2.17.0" } }