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

package.json - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bdecabd6edb64bad20fc6296eacdb7560ce66e7e (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
{
  "name": "ojsxc",
  "version": "3.4.2",
  "description": "Real-time chat app for Nextcloud",
  "homepage": "http://www.jsxc.org/",
  "bugs": "https://github.com/jsxc/jsxc/issues",
  "license": "MIT",
  "author": "Klaus Herberth <klaus@jsxc.org>",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsxc/jsxc.nextcloud"
  },
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-autoprefixer": "^3.0.4",
    "grunt-banner": "~0.6.0",
    "grunt-cli": "~1.2.0",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-compress": "^1.4.3",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-data-uri": "^0.3.0",
    "grunt-exec": "^2.0.0",
    "grunt-jsbeautifier": "^0.2.13",
    "grunt-prettysass": "^0.2.3",
    "grunt-sass": "2.0.0",
    "grunt-search": "^0.1.6",
    "grunt-text-replace": "~0.4.0",
    "node-sass": "4.5.3"
  }
}