2017-03-06 05:45:50 +08:00
|
|
|
{
|
|
|
|
"name": "wildduck",
|
2017-05-24 16:48:54 +08:00
|
|
|
"version": "1.0.41",
|
2017-03-06 05:45:50 +08:00
|
|
|
"description": "IMAP server built with Node.js and MongoDB",
|
2017-03-21 05:19:25 +08:00
|
|
|
"main": "server.js",
|
2017-03-06 05:45:50 +08:00
|
|
|
"scripts": {
|
2017-03-21 05:19:25 +08:00
|
|
|
"test": "grunt"
|
2017-03-06 05:45:50 +08:00
|
|
|
},
|
|
|
|
"keywords": [],
|
2017-03-06 05:46:42 +08:00
|
|
|
"author": "Andris Reinman",
|
2017-03-06 05:45:50 +08:00
|
|
|
"license": "EUPL-1.1",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
|
|
|
"eslint-config-nodemailer": "^1.0.0",
|
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-cli": "^1.2.0",
|
2017-03-06 22:43:01 +08:00
|
|
|
"grunt-eslint": "^19.0.0",
|
2017-03-06 05:45:50 +08:00
|
|
|
"grunt-mocha-test": "^0.13.2",
|
2017-05-15 21:09:08 +08:00
|
|
|
"mocha": "^3.4.1"
|
2017-03-06 05:45:50 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-05-07 20:09:14 +08:00
|
|
|
"addressparser": "^1.0.1",
|
2017-03-06 05:45:50 +08:00
|
|
|
"bcryptjs": "^2.4.3",
|
2017-05-15 21:09:08 +08:00
|
|
|
"config": "^1.26.1",
|
2017-04-21 01:10:03 +08:00
|
|
|
"generate-password": "^1.3.0",
|
2017-05-24 00:11:42 +08:00
|
|
|
"html-to-text": "^3.3.0",
|
2017-05-02 21:21:56 +08:00
|
|
|
"iconv-lite": "^0.4.17",
|
2017-05-22 15:05:29 +08:00
|
|
|
"joi": "^10.5.0",
|
2017-04-03 18:39:39 +08:00
|
|
|
"libbase64": "^0.1.0",
|
2017-03-11 05:03:33 +08:00
|
|
|
"libmime": "^3.1.0",
|
2017-04-03 18:39:39 +08:00
|
|
|
"libqp": "^1.1.0",
|
2017-04-25 02:20:06 +08:00
|
|
|
"mailsplit": "^4.0.2",
|
2017-05-23 22:22:21 +08:00
|
|
|
"mongodb": "^2.2.27",
|
2017-05-02 21:17:37 +08:00
|
|
|
"node-redis-scripty": "0.0.5",
|
2017-04-17 20:58:46 +08:00
|
|
|
"nodemailer": "^4.0.1",
|
2017-05-15 21:09:08 +08:00
|
|
|
"npmlog": "^4.1.0",
|
2017-04-21 01:10:03 +08:00
|
|
|
"qrcode": "^0.8.1",
|
2017-03-19 21:57:53 +08:00
|
|
|
"redfour": "^1.0.0",
|
|
|
|
"redis": "^2.7.1",
|
2017-03-06 22:13:40 +08:00
|
|
|
"restify": "^4.3.0",
|
2017-04-24 21:51:50 +08:00
|
|
|
"seq-index": "^1.1.0",
|
2017-04-10 04:44:47 +08:00
|
|
|
"smtp-server": "^3.0.1",
|
2017-04-21 01:10:03 +08:00
|
|
|
"speakeasy": "^2.0.0",
|
2017-03-06 22:13:40 +08:00
|
|
|
"toml": "^2.3.2",
|
|
|
|
"utf7": "^1.0.2",
|
|
|
|
"uuid": "^3.0.1"
|
2017-03-06 05:45:50 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/wildduck-email/wildduck.git"
|
2017-03-11 23:21:08 +08:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2017-05-24 00:11:42 +08:00
|
|
|
"@ronomon/crypto-async": "^2.0.1",
|
2017-03-11 23:21:08 +08:00
|
|
|
"modern-syslog": "^1.1.4"
|
2017-03-06 05:45:50 +08:00
|
|
|
}
|
|
|
|
}
|