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: e87a13d7094e50e1c6a93488af9685f650f9e2d9 (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
{
  "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 <klaus@jsxc.org>",
  "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"
  }
}