2013-11-16 06:21:12 +08:00
|
|
|
{
|
2016-08-17 06:01:20 +08:00
|
|
|
"name": "rainloop",
|
2015-06-23 05:33:27 +08:00
|
|
|
"title": "RainLoop Webmail",
|
2016-08-17 06:01:20 +08:00
|
|
|
"description": "Simple, modern & fast web-based email client",
|
|
|
|
"private": true,
|
2020-08-19 18:39:19 +08:00
|
|
|
"version": "1.14.0-djmaze4",
|
2018-07-10 05:05:02 +08:00
|
|
|
"homepage": "https://www.rainloop.net",
|
2015-06-23 05:33:27 +08:00
|
|
|
"author": {
|
|
|
|
"name": "RainLoop Team",
|
|
|
|
"email": "support@rainloop.net",
|
2018-07-10 05:05:02 +08:00
|
|
|
"web": "https://www.rainloop.net"
|
2015-06-23 05:33:27 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/RainLoop/rainloop-webmail.git"
|
|
|
|
},
|
2018-10-06 07:13:58 +08:00
|
|
|
"scripts": {
|
2019-07-05 04:35:53 +08:00
|
|
|
"watch-css": "gulp watchCss",
|
2018-10-06 07:13:58 +08:00
|
|
|
"watch-js": "webpack --color --watch"
|
|
|
|
},
|
2016-05-07 22:42:36 +08:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2015-06-23 05:33:27 +08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "AGPL 3.0",
|
|
|
|
"ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "RainLoop Software License",
|
2018-07-10 05:05:02 +08:00
|
|
|
"ulr": "https://www.rainloop.net/licensing/"
|
2015-06-23 05:33:27 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"webmail",
|
|
|
|
"php",
|
2017-09-25 00:14:48 +08:00
|
|
|
"javascript",
|
2015-06-23 05:33:27 +08:00
|
|
|
"simple",
|
|
|
|
"modern",
|
|
|
|
"mail",
|
|
|
|
"web-based",
|
|
|
|
"email",
|
|
|
|
"client",
|
2017-09-25 00:14:48 +08:00
|
|
|
"openpgp"
|
2015-06-23 05:33:27 +08:00
|
|
|
],
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"devDependencies": {
|
2020-03-16 04:56:47 +08:00
|
|
|
"@babel/core": "7.8.7",
|
2020-01-31 03:27:07 +08:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.8.3",
|
|
|
|
"@babel/plugin-transform-runtime": "7.8.3",
|
2020-03-16 04:56:47 +08:00
|
|
|
"@babel/preset-env": "7.8.7",
|
|
|
|
"@babel/runtime-corejs3": "7.8.7",
|
|
|
|
"babel-eslint": "10.1.0",
|
2019-06-29 08:17:29 +08:00
|
|
|
"babel-loader": "8.0.6",
|
2019-12-25 03:05:46 +08:00
|
|
|
"copy-webpack-plugin": "5.1.1",
|
2020-01-31 03:27:07 +08:00
|
|
|
"css-loader": "3.4.2",
|
2019-12-25 03:05:46 +08:00
|
|
|
"eslint": "6.8.0",
|
2020-01-31 03:27:07 +08:00
|
|
|
"eslint-config-prettier": "6.10.0",
|
2019-12-25 03:05:46 +08:00
|
|
|
"eslint-plugin-prettier": "3.1.2",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp": "4.0.2",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-autoprefixer": "7.0.1",
|
2016-12-15 07:06:40 +08:00
|
|
|
"gulp-cached": "1.1.1",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp-chmod": "3.0.0",
|
2020-03-16 04:56:47 +08:00
|
|
|
"gulp-clean-css": "4.3.0",
|
2016-12-15 07:06:40 +08:00
|
|
|
"gulp-concat-util": "0.5.5",
|
2018-02-28 03:10:26 +08:00
|
|
|
"gulp-eol": "0.2.0",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp-eslint": "6.0.0",
|
2019-12-25 03:05:46 +08:00
|
|
|
"gulp-expect-file": "1.0.2",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp-filter": "6.0.0",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-header": "2.0.9",
|
|
|
|
"gulp-if": "3.0.0",
|
2018-07-24 05:09:44 +08:00
|
|
|
"gulp-less": "4.0.1",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-livereload": "4.0.2",
|
2019-01-30 22:58:52 +08:00
|
|
|
"gulp-plumber": "1.2.1",
|
2019-12-25 03:05:46 +08:00
|
|
|
"gulp-rename": "2.0.0",
|
2018-07-10 05:05:02 +08:00
|
|
|
"gulp-replace": "1.0.0",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-rimraf": "1.0.0",
|
2018-02-28 03:10:26 +08:00
|
|
|
"gulp-size": "3.0.0",
|
2019-07-05 03:09:27 +08:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2019-12-25 03:05:46 +08:00
|
|
|
"gulp-stripbom": "1.0.5",
|
2020-03-13 22:30:39 +08:00
|
|
|
"gulp-terser": "^1.2.0",
|
2016-12-15 07:06:40 +08:00
|
|
|
"gulp-through": "0.4.0",
|
2017-01-13 04:41:57 +08:00
|
|
|
"gulp-util": "3.0.8",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-zip": "5.0.1",
|
2020-07-16 17:07:28 +08:00
|
|
|
"jquery": "^3.5.1",
|
2017-03-13 01:43:59 +08:00
|
|
|
"knockout": "3.4.2",
|
2019-12-25 03:05:46 +08:00
|
|
|
"knockout-sortable": "1.2.0",
|
2019-01-30 22:58:52 +08:00
|
|
|
"moment": "2.24.0",
|
2016-12-15 07:06:40 +08:00
|
|
|
"node-fs": "0.1.7",
|
2019-01-30 22:58:52 +08:00
|
|
|
"normalize.css": "8.0.1",
|
2018-02-28 03:10:26 +08:00
|
|
|
"openpgp": "2.6.2",
|
2019-12-25 03:05:46 +08:00
|
|
|
"prettier": "1.19.1",
|
|
|
|
"raw-loader": "4.0.0",
|
2020-03-16 04:56:47 +08:00
|
|
|
"rimraf": "3.0.2",
|
2018-07-10 05:05:02 +08:00
|
|
|
"simplestatemanager": "4.1.1",
|
2020-07-23 22:06:16 +08:00
|
|
|
"style-loader": "1.1.3"
|
2020-03-13 22:30:39 +08:00
|
|
|
},
|
2020-03-20 23:26:42 +08:00
|
|
|
"dependencies": {
|
2020-07-13 17:40:49 +08:00
|
|
|
"gulp-terser": "^1.2.0",
|
2020-03-16 04:56:47 +08:00
|
|
|
"webpack": "4.42.0",
|
|
|
|
"webpack-cli": "3.3.11"
|
2017-09-16 01:31:36 +08:00
|
|
|
}
|
2014-06-17 03:56:11 +08:00
|
|
|
}
|