mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 07:18:39 +08:00
128 lines
3.3 KiB
JSON
128 lines
3.3 KiB
JSON
{
|
|
"name": "rainloop",
|
|
"title": "RainLoop Webmail",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"private": true,
|
|
"version": "1.12.1",
|
|
"ownCloudVersion": "5.1.1",
|
|
"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 watch",
|
|
"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",
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"IE >= 9",
|
|
"firefox esr"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "7.1.2",
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
"@babel/plugin-proposal-decorators": "7.1.2",
|
|
"@babel/plugin-transform-runtime": "7.1.0",
|
|
"@babel/preset-env": "7.1.0",
|
|
"@babel/runtime-corejs2": "7.1.2",
|
|
"autolinker": "1.7.1",
|
|
"babel-eslint": "10.0.1",
|
|
"babel-loader": "8.0.4",
|
|
"classnames": "2.2.6",
|
|
"copy-webpack-plugin": "4.5.2",
|
|
"element-dataset": "2.2.6",
|
|
"emailjs-addressparser": "2.0.2",
|
|
"es6-object-assign": "1.1.0",
|
|
"es6-promise-polyfill": "1.2.0",
|
|
"eslint": "5.6.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-autoprefixer": "6.0.0",
|
|
"gulp-cached": "1.1.1",
|
|
"gulp-chmod": "2.0.0",
|
|
"gulp-clean-css": "3.10.0",
|
|
"gulp-concat-util": "0.5.5",
|
|
"gulp-eol": "0.2.0",
|
|
"gulp-eslint": "5.0.0",
|
|
"gulp-expect-file": "1.0.0",
|
|
"gulp-filter": "5.1.0",
|
|
"gulp-header": "2.0.5",
|
|
"gulp-if": "2.0.2",
|
|
"gulp-less": "4.0.1",
|
|
"gulp-livereload": "4.0.0",
|
|
"gulp-notify": "3.2.0",
|
|
"gulp-plumber": "1.2.0",
|
|
"gulp-rename": "1.4.0",
|
|
"gulp-replace": "1.0.0",
|
|
"gulp-rimraf": "0.2.2",
|
|
"gulp-size": "3.0.0",
|
|
"gulp-stripbom": "1.0.4",
|
|
"gulp-through": "0.4.0",
|
|
"gulp-uglify": "3.0.1",
|
|
"gulp-util": "3.0.8",
|
|
"gulp-zip": "4.2.0",
|
|
"ifvisible.js": "1.0.6",
|
|
"intersection-observer": "0.5.0",
|
|
"jquery": "3.3.1",
|
|
"jquery-backstretch": "2.1.16",
|
|
"jquery-migrate": "^3.0.1",
|
|
"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-sortable": "1.1.0",
|
|
"knockout-transformations": "2.1.0",
|
|
"lozad": "1.6.0",
|
|
"matchmedia-polyfill": "0.3.1",
|
|
"moment": "2.22.2",
|
|
"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.1",
|
|
"style-loader": "0.23.0",
|
|
"underscore": "1.9.1",
|
|
"webpack": "4.20.2",
|
|
"webpack-cli": "3.1.2",
|
|
"webpack-notifier": "1.6.0"
|
|
}
|
|
}
|