2017-03-06 05:45:50 +08:00
|
|
|
{
|
2017-07-21 20:36:09 +08:00
|
|
|
"name": "wildduck",
|
2018-05-11 19:39:56 +08:00
|
|
|
"version": "1.2.0",
|
2018-02-06 21:04:04 +08:00
|
|
|
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
2017-07-21 20:36:09 +08:00
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
2017-11-23 17:51:37 +08:00
|
|
|
"toc": "markdown-toc -i docs/api.md",
|
2017-11-24 01:27:06 +08:00
|
|
|
"test": "mongo --eval 'db.dropDatabase()' wildduck-test && redis-cli -n 13 flushdb && NODE_ENV=test grunt",
|
2018-04-18 03:09:47 +08:00
|
|
|
"apidoc": "apidoc -i lib/api/ -o docs/",
|
|
|
|
"show": "NODE_CONFIG_ONLY=true node server.js"
|
2017-07-21 20:36:09 +08:00
|
|
|
},
|
2018-05-11 19:39:56 +08:00
|
|
|
"keywords": ["imap", "mail server"],
|
2017-07-21 20:36:09 +08:00
|
|
|
"author": "Andris Reinman",
|
2017-12-31 22:38:00 +08:00
|
|
|
"license": "EUPL-1.1+",
|
2017-07-21 20:36:09 +08:00
|
|
|
"devDependencies": {
|
2017-11-24 01:27:06 +08:00
|
|
|
"apidoc": "^0.17.6",
|
2017-07-21 20:36:09 +08:00
|
|
|
"browserbox": "^0.9.1",
|
2017-09-01 19:50:53 +08:00
|
|
|
"chai": "^4.1.2",
|
2017-07-21 20:36:09 +08:00
|
|
|
"eslint-config-nodemailer": "^1.2.0",
|
2018-02-12 18:57:34 +08:00
|
|
|
"grunt": "^1.0.2",
|
2017-07-21 20:36:09 +08:00
|
|
|
"grunt-cli": "^1.2.0",
|
2017-08-31 22:28:11 +08:00
|
|
|
"grunt-eslint": "^20.1.0",
|
2017-10-03 16:18:23 +08:00
|
|
|
"grunt-mocha-test": "^0.13.3",
|
2017-07-26 20:50:54 +08:00
|
|
|
"grunt-shell-spawn": "^0.3.10",
|
|
|
|
"grunt-wait": "^0.1.0",
|
2017-10-20 18:43:44 +08:00
|
|
|
"icedfrisby": "^1.5.0",
|
2018-05-07 14:14:07 +08:00
|
|
|
"mailparser": "^2.2.0",
|
2017-11-23 19:53:55 +08:00
|
|
|
"markdown-toc": "^1.2.0",
|
2018-04-29 03:44:38 +08:00
|
|
|
"mocha": "^5.1.1",
|
2018-04-13 19:32:58 +08:00
|
|
|
"request": "^2.85.0"
|
2017-07-21 20:36:09 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-09-12 16:02:22 +08:00
|
|
|
"addressparser": "1.0.1",
|
|
|
|
"bcryptjs": "2.4.3",
|
2018-04-13 19:32:58 +08:00
|
|
|
"bugsnag": "2.3.1",
|
2018-01-24 17:29:12 +08:00
|
|
|
"generate-password": "1.4.0",
|
2017-09-12 16:02:22 +08:00
|
|
|
"he": "1.1.1",
|
2018-04-13 19:32:58 +08:00
|
|
|
"html-to-text": "4.0.0",
|
2017-09-12 16:02:22 +08:00
|
|
|
"humanname": "0.2.2",
|
|
|
|
"humanparser": "1.5.0",
|
2018-05-11 19:39:23 +08:00
|
|
|
"iconv-lite": "0.4.23",
|
2017-10-03 16:18:23 +08:00
|
|
|
"ioredfour": "1.0.2-ioredis",
|
2017-12-01 16:02:40 +08:00
|
|
|
"ioredis": "3.2.2",
|
2018-05-11 19:39:23 +08:00
|
|
|
"isemail": "^3.1.2",
|
|
|
|
"joi": "13.3.0",
|
2018-04-13 19:32:58 +08:00
|
|
|
"js-yaml": "3.11.0",
|
2017-12-28 17:29:39 +08:00
|
|
|
"key-fingerprint": "1.1.0",
|
2017-12-21 19:31:01 +08:00
|
|
|
"libbase64": "1.0.2",
|
2017-09-12 16:02:22 +08:00
|
|
|
"libmime": "3.1.0",
|
|
|
|
"libqp": "1.1.0",
|
|
|
|
"linkify-it": "2.0.3",
|
2017-12-21 19:31:01 +08:00
|
|
|
"mailsplit": "4.1.2",
|
2017-09-12 16:02:22 +08:00
|
|
|
"mobileconfig": "2.1.0",
|
2017-11-27 05:54:53 +08:00
|
|
|
"mongo-cursor-pagination-node6": "5.0.0",
|
2018-05-11 19:39:23 +08:00
|
|
|
"mongodb": "3.0.8",
|
2017-12-21 21:13:05 +08:00
|
|
|
"mongodb-extended-json": "1.10.0",
|
2018-04-13 19:32:58 +08:00
|
|
|
"node-forge": "0.7.5",
|
|
|
|
"nodemailer": "4.6.4",
|
2017-09-12 16:02:22 +08:00
|
|
|
"npmlog": "4.1.2",
|
2018-05-07 14:14:07 +08:00
|
|
|
"openpgp": "3.0.9",
|
2018-05-11 19:39:23 +08:00
|
|
|
"pem": "^1.12.5",
|
2017-12-29 16:29:29 +08:00
|
|
|
"qrcode": "1.2.0",
|
2018-04-29 03:44:38 +08:00
|
|
|
"restify": "7.1.1",
|
2017-12-23 00:20:21 +08:00
|
|
|
"restify-logger": "2.0.1",
|
2017-09-12 16:02:22 +08:00
|
|
|
"seq-index": "1.1.0",
|
2018-05-07 14:14:07 +08:00
|
|
|
"smtp-server": "3.4.4",
|
2017-09-12 16:02:22 +08:00
|
|
|
"speakeasy": "2.0.0",
|
2018-04-13 19:32:58 +08:00
|
|
|
"tlds": "1.203.1",
|
2017-11-03 20:30:23 +08:00
|
|
|
"u2f": "0.1.3",
|
2017-09-12 16:02:22 +08:00
|
|
|
"utf7": "1.0.2",
|
2018-01-18 18:58:31 +08:00
|
|
|
"uuid": "3.2.1",
|
2017-10-26 15:21:32 +08:00
|
|
|
"wild-config": "1.3.6"
|
2017-07-21 20:36:09 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/wildduck-email/wildduck.git"
|
|
|
|
}
|
2017-03-06 05:45:50 +08:00
|
|
|
}
|