mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
112 lines
2.8 KiB
JSON
112 lines
2.8 KiB
JSON
{
|
|
"name": "rainloop",
|
|
"title": "RainLoop Webmail",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"private": true,
|
|
"version": "1.14.0",
|
|
"homepage": "https://www.rainloop.net",
|
|
"author": {
|
|
"name": "RainLoop Team",
|
|
"email": "support@rainloop.net",
|
|
"web": "https://www.rainloop.net"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/RainLoop/rainloop-webmail.git"
|
|
},
|
|
"scripts": {
|
|
"watch-css": "gulp watchCss",
|
|
"watch-js": "webpack --color --watch"
|
|
},
|
|
"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": "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": {
|
|
"@babel/core": "7.8.7",
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
|
"@babel/plugin-proposal-decorators": "7.8.3",
|
|
"@babel/plugin-transform-runtime": "7.8.3",
|
|
"@babel/preset-env": "7.8.7",
|
|
"@babel/runtime-corejs3": "7.8.7",
|
|
"autolinker": "3.13.0",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "8.0.6",
|
|
"classnames": "2.2.6",
|
|
"copy-webpack-plugin": "5.1.1",
|
|
"css-loader": "3.4.2",
|
|
"emailjs-addressparser": "2.0.2",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-prettier": "6.10.0",
|
|
"eslint-plugin-prettier": "3.1.2",
|
|
"gulp": "4.0.2",
|
|
"gulp-autoprefixer": "7.0.1",
|
|
"gulp-cached": "1.1.1",
|
|
"gulp-chmod": "3.0.0",
|
|
"gulp-clean-css": "4.3.0",
|
|
"gulp-concat-util": "0.5.5",
|
|
"gulp-eol": "0.2.0",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-expect-file": "1.0.2",
|
|
"gulp-filter": "6.0.0",
|
|
"gulp-header": "2.0.9",
|
|
"gulp-if": "3.0.0",
|
|
"gulp-less": "4.0.1",
|
|
"gulp-livereload": "4.0.2",
|
|
"gulp-plumber": "1.2.1",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-replace": "1.0.0",
|
|
"gulp-rimraf": "1.0.0",
|
|
"gulp-size": "3.0.0",
|
|
"gulp-sourcemaps": "2.6.5",
|
|
"gulp-stripbom": "1.0.5",
|
|
"gulp-terser": "^1.2.0",
|
|
"gulp-through": "0.4.0",
|
|
"gulp-util": "3.0.8",
|
|
"gulp-zip": "5.0.1",
|
|
"ifvisible.js": "1.0.6",
|
|
"jquery": "^3.5.1",
|
|
"js-cookie": "2.2.1",
|
|
"knockout": "3.4.2",
|
|
"knockout-sortable": "1.2.0",
|
|
"lozad": "1.14.0",
|
|
"moment": "2.24.0",
|
|
"node-fs": "0.1.7",
|
|
"normalize.css": "8.0.1",
|
|
"openpgp": "2.6.2",
|
|
"opentip": "2.4.3",
|
|
"prettier": "1.19.1",
|
|
"raw-loader": "4.0.0",
|
|
"rimraf": "3.0.2",
|
|
"simplestatemanager": "4.1.1",
|
|
"style-loader": "1.1.3"
|
|
},
|
|
"dependencies": {
|
|
"gulp-terser": "^1.2.0",
|
|
"webpack": "4.42.0",
|
|
"webpack-cli": "3.3.11"
|
|
}
|
|
}
|