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

package.json - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a53d272929eea6158878cc8231d2b6497642051 (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
{
  "name": "mail",
  "version": "0.5.3",
  "description": "Mail app",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "./node_modules/.bin/jshint . && ./node_modules/.bin/jsxhint .",
    "bower_deps": "./node_modules/.bin/bower install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/mail.git"
  },
  "keywords": [
    "mail"
  ],
  "author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/nextcloud/mail/issues"
  },
  "homepage": "https://github.com/nextcloud/mail",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-jscs": "^1.8.0",
    "grunt-karma": "^0.12.1",
    "jasmine-core": "^2.5.2",
    "jscs-jsdoc": "^1.0.1",
    "jshint": "^2.7.0",
    "jsxhint": "^0.14.0",
    "karma": "^1.3.0",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-requirejs": "^1.1.0",
    "phantomjs-prebuilt": "^2.1.12"
  },
  "dependencies": {
    "bower": "^1.5.2",
    "grunt": "^1.0.1",
    "requirejs": "^2.1.20"
  }
}