2013-11-16 06:21:12 +08:00
|
|
|
{
|
2020-09-23 23:23:04 +08:00
|
|
|
"name": "snappymail",
|
|
|
|
"title": "SnappyMail",
|
2016-08-17 06:01:20 +08:00
|
|
|
"description": "Simple, modern & fast web-based email client",
|
|
|
|
"private": true,
|
2022-12-06 21:31:38 +08:00
|
|
|
"version": "2.22.7",
|
2020-09-23 23:23:04 +08:00
|
|
|
"homepage": "https://snappymail.eu",
|
2015-06-23 05:33:27 +08:00
|
|
|
"author": {
|
2020-09-23 23:23:04 +08:00
|
|
|
"name": "DJ Maze",
|
|
|
|
"email": "support@snappymail.eu",
|
|
|
|
"web": "https://snappymail.eu"
|
2015-06-23 05:33:27 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-23 23:23:04 +08:00
|
|
|
"url": "git://github.com/the-djmaze/snappymail.git"
|
2015-06-23 05:33:27 +08:00
|
|
|
},
|
2018-10-06 07:13:58 +08:00
|
|
|
"scripts": {
|
2019-07-05 04:35:53 +08:00
|
|
|
"watch-css": "gulp watchCss",
|
2018-10-06 07:13:58 +08:00
|
|
|
"watch-js": "webpack --color --watch"
|
|
|
|
},
|
2016-05-07 22:42:36 +08:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2015-06-23 05:33:27 +08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "AGPL 3.0",
|
|
|
|
"ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"bugs": {
|
2020-09-23 23:23:04 +08:00
|
|
|
"url": "https://github.com/the-djmaze/snappymail/issues"
|
2015-06-23 05:33:27 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"webmail",
|
|
|
|
"php",
|
2017-09-25 00:14:48 +08:00
|
|
|
"javascript",
|
2015-06-23 05:33:27 +08:00
|
|
|
"simple",
|
|
|
|
"modern",
|
|
|
|
"mail",
|
|
|
|
"web-based",
|
|
|
|
"email",
|
|
|
|
"client",
|
2017-09-25 00:14:48 +08:00
|
|
|
"openpgp"
|
2015-06-23 05:33:27 +08:00
|
|
|
],
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"devDependencies": {
|
2020-03-16 04:56:47 +08:00
|
|
|
"babel-eslint": "10.1.0",
|
2021-09-01 18:21:08 +08:00
|
|
|
"core-js": "3.16.3",
|
|
|
|
"eslint": "7.32.0",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp": "4.0.2",
|
2016-12-15 07:06:40 +08:00
|
|
|
"gulp-cached": "1.1.1",
|
2020-03-16 04:56:47 +08:00
|
|
|
"gulp-clean-css": "4.3.0",
|
2018-02-28 03:10:26 +08:00
|
|
|
"gulp-eol": "0.2.0",
|
2019-06-29 22:16:09 +08:00
|
|
|
"gulp-eslint": "6.0.0",
|
2021-09-01 18:21:08 +08:00
|
|
|
"gulp-expect-file": "2.0.0",
|
|
|
|
"gulp-filter": "7.0.0",
|
2019-10-17 06:43:04 +08:00
|
|
|
"gulp-header": "2.0.9",
|
2021-09-01 18:21:08 +08:00
|
|
|
"gulp-less": "5.0.0",
|
2019-12-25 03:05:46 +08:00
|
|
|
"gulp-rename": "2.0.0",
|
2021-09-01 18:21:08 +08:00
|
|
|
"gulp-replace": "1.1.3",
|
|
|
|
"gulp-size": "4.0.1",
|
2019-12-25 03:05:46 +08:00
|
|
|
"gulp-stripbom": "1.0.5",
|
2021-09-01 18:21:08 +08:00
|
|
|
"gulp-terser": "2.0.1",
|
2021-08-23 18:08:04 +08:00
|
|
|
"gulp-util": "3.0.8"
|
2020-03-13 22:30:39 +08:00
|
|
|
},
|
2020-03-20 23:26:42 +08:00
|
|
|
"dependencies": {
|
2022-01-31 16:38:33 +08:00
|
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
|
|
"@rollup/plugin-replace": "^3.0.1",
|
2021-07-21 18:24:12 +08:00
|
|
|
"del": "^6.0.0",
|
2021-08-23 18:08:04 +08:00
|
|
|
"fs": "^0.0.1-security",
|
2021-07-21 18:24:12 +08:00
|
|
|
"gulp-concat": "^2.6.1",
|
2021-07-20 22:45:55 +08:00
|
|
|
"gulp-group-css-media-queries": "^1.2.2",
|
2021-02-02 20:54:48 +08:00
|
|
|
"gulp-rollup-2": "^1.2.1",
|
2021-09-01 18:21:08 +08:00
|
|
|
"rollup": "2.56.3",
|
2021-01-26 05:00:13 +08:00
|
|
|
"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
|
|
|
}
|
2014-06-17 03:56:11 +08:00
|
|
|
}
|