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

package.json - github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f21bfe617b2e3a1ded8d5dffca5a0ef6dd7dec8 (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
{
  "name": "cloud_piwik",
  "version": "0.6.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 <klaus@jsxc.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sualko/cloud_piwik/issues"
  },
  "homepage": "https://github.com/sualko/cloud_piwik",
  "devDependencies": {
    "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"
  }
}