mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "snappymail",
|
|
"title": "SnappyMail",
|
|
"description": "Simple, modern & fast web-based email client",
|
|
"private": true,
|
|
"version": "2.5.0-rc.3",
|
|
"homepage": "https://snappymail.eu",
|
|
"author": {
|
|
"name": "DJ Maze",
|
|
"email": "support@snappymail.eu",
|
|
"web": "https://snappymail.eu"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/the-djmaze/snappymail.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"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/the-djmaze/snappymail/issues"
|
|
},
|
|
"keywords": [
|
|
"webmail",
|
|
"php",
|
|
"javascript",
|
|
"simple",
|
|
"modern",
|
|
"mail",
|
|
"web-based",
|
|
"email",
|
|
"client",
|
|
"openpgp"
|
|
],
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"babel-eslint": "10.1.0",
|
|
"core-js": "^3.8.3",
|
|
"eslint": "6.8.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-cached": "1.1.1",
|
|
"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-less": "4.0.1",
|
|
"gulp-livereload": "4.0.2",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-replace": "1.0.0",
|
|
"gulp-rimraf": "1.0.0",
|
|
"gulp-size": "3.0.0",
|
|
"gulp-stripbom": "1.0.5",
|
|
"gulp-terser": "^1.4.0",
|
|
"gulp-util": "3.0.8",
|
|
"node-fs": "0.1.7",
|
|
"openpgp": "2.6.2",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"gulp-rollup-2": "^1.2.1",
|
|
"rollup": "^2.38.0",
|
|
"rollup-plugin-external-globals": "^0.6.1",
|
|
"rollup-plugin-html": "^0.2.1",
|
|
"rollup-plugin-includepaths": "^0.2.4",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
}
|
|
}
|