snappymail/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "snappymail",
"title": "SnappyMail",
"description": "Simple, modern & fast web-based email client",
"private": true,
2024-02-13 20:24:45 +08:00
"version": "2.34.0",
"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"
},
2018-10-06 07:13:58 +08:00
"scripts": {
2024-01-09 08:28:34 +08:00
"watch-css": "gulp watchCss"
2018-10-06 07:13:58 +08:00
},
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"
}
],
"bugs": {
"url": "https://github.com/the-djmaze/snappymail/issues"
},
"keywords": [
"webmail",
"php",
"javascript",
"simple",
"modern",
"mail",
"web-based",
"email",
"client",
"openpgp"
],
"readmeFilename": "README.md",
"dependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
2023-02-24 19:27:50 +08:00
"babel-eslint": "^10.1.0",
"del": "^6.0.0",
2023-02-24 19:27:50 +08:00
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
2023-02-24 19:27:50 +08:00
"gulp-eol": "^0.2.0",
"gulp-eslint": "^6.0.0",
"gulp-expect-file": "^2.0.0",
"gulp-filter": "^6.0.0",
"gulp-group-css-media-queries": "^1.2.2",
2023-02-24 19:27:50 +08:00
"gulp-header": "^2.0.9",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rollup-2": "^1.2.1",
2023-02-24 19:27:50 +08:00
"gulp-size": "^3.0.0",
"gulp-terser": "^2.1.0",
"rollup": "^2.56.3",
"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"
2017-09-16 01:31:36 +08:00
}
}