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

package.json - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a449d74dc6d835f69d86670a6de679d3cc9a7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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.8.2",
    "angular-animate": "^1.8.2",
    "angular-cookies": "^1.8.2",
    "angular-mocks": "^1.8.2",
    "angular-sanitize": "^1.8.2",
    "chroma-js": "^0.6.3",
    "iframe-resizer": "^4.2.11",
    "jquery": "^2.2.4",
    "jquery-mousewheel": "^3.1.13",
    "jquery-ui-dist": "^1.12.1",
    "jquery.browser": "^0.1.0",
    "jquery.dotdotdot": "^3.2.3",
    "jquery.scrollto": "^2.1.2",
    "materialize-css": "^1.0.0",
    "mousetrap": "^1.6.5",
    "ng-dialog": "^1.4.0",
    "qrcodejs2": "0.0.2",
    "sprintf-js": "^1.1.2",
    "visibilityjs": "^2.0.2"
  }
}