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

package.json - github.com/RainLoop/rainloop-webmail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13eeeb687d4391c66101b629f9f1cac8c8d93bb1 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "name": "rainloop",
  "title": "RainLoop Webmail",
  "description": "Simple, modern & fast web-based email client",
  "private": true,
  "version": "1.12.0",
  "ownCloudVersion": "5.1.0",
  "homepage": "http://rainloop.net",
  "main": "gulpfile.js",
  "author": {
    "name": "RainLoop Team",
    "email": "support@rainloop.net",
    "web": "http://www.rainloop.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/RainLoop/rainloop-webmail.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "licenses": [
    {
      "type": "AGPL 3.0",
      "ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
    },
    {
      "type": "RainLoop Software License",
      "ulr": "http://www.rainloop.net/licensing/"
    }
  ],
  "bugs": {
    "url": "https://github.com/RainLoop/rainloop-webmail/issues"
  },
  "keywords": [
    "webmail",
    "php",
    "javascript",
    "simple",
    "modern",
    "mail",
    "web-based",
    "email",
    "client",
    "openpgp"
  ],
  "readmeFilename": "README.md",
  "engines": {
    "node": ">= 4"
  },
  "browserslist": [
    "last 3 versions",
    "ie >= 9",
    "firefox esr"
  ],
  "devDependencies": {
    "autolinker": "1.6.2",
    "babel-core": "6.26.3",
    "babel-eslint": "8.2.3",
    "babel-loader": "7.1.4",
    "babel-plugin-transform-decorators-legacy": "1.3.4",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-stage-0": "6.24.1",
    "babel-runtime": "6.26.0",
    "classnames": "2.2.5",
    "copy-webpack-plugin": "4.5.1",
    "element-dataset": "2.2.6",
    "emailjs-addressparser": "2.0.2",
    "es6-promise-polyfill": "1.2.0",
    "eslint": "4.19.1",
    "eslint-plugin-compat": "2.2.0",
    "gulp": "3.9.1",
    "gulp-autoprefixer": "5.0.0",
    "gulp-cached": "1.1.1",
    "gulp-chmod": "2.0.0",
    "gulp-clean-css": "3.9.3",
    "gulp-concat-util": "0.5.5",
    "gulp-eol": "0.2.0",
    "gulp-eslint": "4.0.2",
    "gulp-expect-file": "0.0.7",
    "gulp-filter": "5.1.0",
    "gulp-header": "2.0.5",
    "gulp-if": "2.0.2",
    "gulp-less": "4.0.0",
    "gulp-livereload": "3.8.1",
    "gulp-notify": "3.2.0",
    "gulp-plumber": "1.2.0",
    "gulp-rename": "1.2.2",
    "gulp-replace": "0.6.1",
    "gulp-rimraf": "0.2.2",
    "gulp-size": "3.0.0",
    "gulp-stripbom": "1.0.4",
    "gulp-through": "0.4.0",
    "gulp-uglify": "3.0.0",
    "gulp-util": "3.0.8",
    "gulp-zip": "4.1.0",
    "ifvisible.js": "1.0.6",
    "intersection-observer": "0.5.0",
    "jquery": "2.2.4",
    "jquery-backstretch": "2.1.16",
    "jquery-mousewheel": "3.1.13",
    "jquery-scrollstop": "1.2.0",
    "js-cookie": "2.2.0",
    "json-loader": "0.5.7",
    "json3": "3.3.2",
    "knockout": "3.4.2",
    "knockout-transformations": "2.1.0",
    "knockout-sortable": "1.1.0",
    "lozad": "1.4.0",
    "matchmedia-polyfill": "0.3.0",
    "moment": "2.22.1",
    "node-fs": "0.1.7",
    "node-notifier": "5.2.1",
    "normalize.css": "8.0.0",
    "openpgp": "2.6.2",
    "opentip": "2.4.3",
    "pikaday": "1.7.0",
    "raw-loader": "0.5.1",
    "rimraf": "2.6.2",
    "run-sequence": "2.2.1",
    "simplestatemanager": "4.1.0",
    "style-loader": "0.21.0",
    "underscore": "1.9.0",
    "webpack": "4.6.0",
    "webpack-notifier": "1.6.0"
  }
}