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 'package.json')
-rw-r--r--package.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000..11759d994f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "matomo",
+ "version": "1.0.0",
+ "description": "the leading free/libre analytics platform",
+ "main": "matomo.js",
+ "directories": {
+ "test": "tests"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/matomo-org/matomo.git"
+ },
+ "keywords": [
+ "matomo",
+ "piwik",
+ "web",
+ "analytics"
+ ],
+ "author": "Matomo.org <hello@matomo.org>",
+ "license": "GPL-3.0+",
+ "bugs": {
+ "url": "https://github.com/matomo-org/matomo/issues"
+ },
+ "homepage": "https://github.com/matomo-org/matomo#readme",
+ "dependencies": {
+ "angular": "^1.6.10",
+ "angular-animate": "^1.6.10",
+ "angular-cookies": "^1.6.10",
+ "angular-mocks": "^1.6.10",
+ "angular-sanitize": "^1.6.10",
+ "chroma-js": "^0.6.3",
+ "iframe-resizer": "^3.6.5",
+ "jquery": "^2.2.4",
+ "jquery-mousewheel": "^3.1.13",
+ "jquery-ui-dist": "^1.12.1",
+ "jquery.browser": "^0.1.0",
+ "jquery.dotdotdot": "^1.8.3",
+ "jquery.scrollto": "^1.4.14",
+ "materialize-css": "^1.0.0",
+ "mousetrap": "^1.6.2",
+ "ng-dialog": "^1.4.0",
+ "qrcodejs2": "0.0.2",
+ "sprintf-js": "^1.1.2",
+ "visibilityjs": "^1.2.8"
+ }
+}