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: 9a82f519c02337d533bf0f7a33f2e1e7d0f688b5 (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.5.0",
  "description": "Track owncloud/nextcloud users with piwik",
  "repository": {
    "type": "git",
    "url": "https://github.com/sualko/cloud_piwik.git"
  },
  "keywords": [
    "nextcloud",
    "owncloud",
    "piwik",
    "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.1",
    "grunt-banner": "^0.6.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-compress": "^1.4.3",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.0",
    "grunt-exec": "^3.0.0",
    "grunt-jsbeautifier": "^0.2.10",
    "grunt-text-replace": "^0.4.0"
  }
}