mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "wildduck",
|
|
"version": "1.0.40",
|
|
"description": "IMAP server built with Node.js and MongoDB",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"keywords": [],
|
|
"author": "Andris Reinman",
|
|
"license": "EUPL-1.1",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"eslint-config-nodemailer": "^1.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-eslint": "^19.0.0",
|
|
"grunt-mocha-test": "^0.13.2",
|
|
"mocha": "^3.4.1"
|
|
},
|
|
"dependencies": {
|
|
"addressparser": "^1.0.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"config": "^1.26.1",
|
|
"generate-password": "^1.3.0",
|
|
"html-to-text": "^3.3.0",
|
|
"iconv-lite": "^0.4.17",
|
|
"joi": "^10.5.0",
|
|
"libbase64": "^0.1.0",
|
|
"libmime": "^3.1.0",
|
|
"libqp": "^1.1.0",
|
|
"mailsplit": "^4.0.2",
|
|
"mongodb": "^2.2.27",
|
|
"node-redis-scripty": "0.0.5",
|
|
"nodemailer": "^4.0.1",
|
|
"npmlog": "^4.1.0",
|
|
"qrcode": "^0.8.1",
|
|
"redfour": "^1.0.0",
|
|
"redis": "^2.7.1",
|
|
"restify": "^4.3.0",
|
|
"seq-index": "^1.1.0",
|
|
"smtp-server": "^3.0.1",
|
|
"speakeasy": "^2.0.0",
|
|
"toml": "^2.3.2",
|
|
"utf7": "^1.0.2",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/wildduck-email/wildduck.git"
|
|
},
|
|
"optionalDependencies": {
|
|
"@ronomon/crypto-async": "^2.0.1",
|
|
"modern-syslog": "^1.1.4"
|
|
}
|
|
}
|