snappymail/package.json

124 lines
3.2 KiB
JSON
Raw Normal View History

{
"name": "rainloop",
"title": "RainLoop Webmail",
"description": "Simple, modern & fast web-based email client",
"private": true,
2019-06-29 08:17:29 +08:00
"version": "1.13.0",
"ownCloudVersion": "5.2.0",
2018-07-10 05:05:02 +08:00
"homepage": "https://www.rainloop.net",
"author": {
"name": "RainLoop Team",
"email": "support@rainloop.net",
2018-07-10 05:05:02 +08:00
"web": "https://www.rainloop.net"
},
"repository": {
"type": "git",
"url": "git://github.com/RainLoop/rainloop-webmail.git"
},
2018-10-06 07:13:58 +08:00
"scripts": {
"watch-css": "gulp watch",
"watch-js": "webpack --color --watch"
},
2016-05-07 22:42:36 +08:00
"license": "SEE LICENSE IN LICENSE",
"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/"
}
],
"bugs": {
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
},
"keywords": [
"webmail",
"php",
"javascript",
"simple",
"modern",
"mail",
"web-based",
"email",
"client",
"openpgp"
],
"readmeFilename": "README.md",
"devDependencies": {
2019-06-29 08:17:29 +08:00
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.5",
"@babel/runtime": "7.4.5",
"@babel/runtime-corejs3": "7.4.5",
"autolinker": "3.1.0",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
2018-07-10 05:05:02 +08:00
"classnames": "2.2.6",
2019-06-29 08:17:29 +08:00
"copy-webpack-plugin": "5.0.3",
"core-js": "3.1.4",
"css-loader": "3.0.0",
"element-dataset": "2.2.6",
2018-02-28 03:10:26 +08:00
"emailjs-addressparser": "2.0.2",
2019-06-29 08:17:29 +08:00
"eslint": "6.0.1",
2016-12-15 07:06:40 +08:00
"gulp": "3.9.1",
2019-06-29 08:17:29 +08:00
"gulp-autoprefixer": "6.1.0",
2016-12-15 07:06:40 +08:00
"gulp-cached": "1.1.1",
2017-04-03 05:16:17 +08:00
"gulp-chmod": "2.0.0",
2018-09-19 04:35:41 +08:00
"gulp-clean-css": "3.10.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",
2018-07-10 05:05:02 +08:00
"gulp-eslint": "5.0.0",
2019-01-30 22:58:52 +08:00
"gulp-expect-file": "1.0.1",
2018-02-28 03:10:26 +08:00
"gulp-filter": "5.1.0",
2019-01-30 22:58:52 +08:00
"gulp-header": "2.0.7",
2016-12-15 07:06:40 +08:00
"gulp-if": "2.0.2",
2018-07-24 05:09:44 +08:00
"gulp-less": "4.0.1",
2019-01-30 22:58:52 +08:00
"gulp-livereload": "4.0.1",
"gulp-plumber": "1.2.1",
2018-07-24 05:09:44 +08:00
"gulp-rename": "1.4.0",
2018-07-10 05:05:02 +08:00
"gulp-replace": "1.0.0",
2018-02-28 03:10:26 +08:00
"gulp-rimraf": "0.2.2",
"gulp-size": "3.0.0",
2016-12-15 07:06:40 +08:00
"gulp-stripbom": "1.0.4",
"gulp-through": "0.4.0",
2019-03-28 06:01:26 +08:00
"gulp-uglify": "3.0.2",
2017-01-13 04:41:57 +08:00
"gulp-util": "3.0.8",
2018-07-31 05:20:06 +08:00
"gulp-zip": "4.2.0",
2016-12-15 07:06:40 +08:00
"ifvisible.js": "1.0.6",
2019-06-29 08:17:29 +08:00
"intersection-observer": "0.7.0",
"jquery": "3.4.1",
2019-01-30 22:58:52 +08:00
"jquery-backstretch": "2.1.17",
2019-06-29 08:17:29 +08:00
"jquery-migrate": "3.1.0",
2016-12-15 07:06:40 +08:00
"jquery-mousewheel": "3.1.13",
"jquery-scrollstop": "1.2.0",
2018-02-28 03:10:26 +08:00
"js-cookie": "2.2.0",
2017-08-07 23:09:14 +08:00
"json-loader": "0.5.7",
2019-06-29 08:17:29 +08:00
"json3": "3.3.3",
"knockout": "3.4.2",
2019-03-28 06:01:26 +08:00
"knockout-sortable": "1.1.1",
2018-05-16 22:31:45 +08:00
"knockout-transformations": "2.1.0",
2019-03-28 06:01:26 +08:00
"lozad": "1.9.0",
2019-06-29 08:17:29 +08:00
"matchmedia-polyfill": "0.3.2",
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-03-28 06:01:26 +08:00
"node-notifier": "5.4.0",
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",
2016-12-15 07:06:40 +08:00
"opentip": "2.4.3",
2019-01-30 22:58:52 +08:00
"pikaday": "1.8.0",
2019-06-29 08:17:29 +08:00
"raf": "3.4.1",
"raw-loader": "3.0.0",
2019-01-30 22:58:52 +08:00
"rimraf": "2.6.3",
2018-02-28 03:10:26 +08:00
"run-sequence": "2.2.1",
2018-07-10 05:05:02 +08:00
"simplestatemanager": "4.1.1",
2019-01-30 22:58:52 +08:00
"style-loader": "0.23.1",
2018-07-10 05:05:02 +08:00
"underscore": "1.9.1",
2019-06-29 08:17:29 +08:00
"webpack": "4.35.0",
"webpack-cli": "3.3.5"
2017-09-16 01:31:36 +08:00
}
}