wildduck/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2017-03-06 05:45:50 +08:00
{
"name": "wildduck",
2017-06-14 14:35:30 +08:00
"version": "1.0.53",
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": {
2017-06-03 14:51:58 +08:00
"browserbox": "^0.9.1",
"chai": "^4.1.0",
2017-07-11 02:55:54 +08:00
"eslint-config-nodemailer": "^1.2.0",
2017-03-06 05:45:50 +08:00
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
2017-06-14 14:35:30 +08:00
"grunt-eslint": "^20.0.0",
2017-03-06 05:45:50 +08:00
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.4.2"
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-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-06-14 14:35:30 +08:00
"iconv-lite": "^0.4.18",
2017-07-11 02:55:54 +08:00
"joi": "^10.6.0",
"js-yaml": "^3.9.0",
"libbase64": "^0.2.0",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
2017-04-25 02:20:06 +08:00
"mailsplit": "^4.0.2",
"mongo-cursor-pagination": "^5.0.0",
2017-07-11 02:55:54 +08:00
"mongodb": "^2.2.30",
"node-redis-scripty": "0.0.5",
2017-04-17 20:58:46 +08:00
"nodemailer": "^4.0.1",
2017-07-11 02:55:54 +08:00
"npmlog": "^4.1.2",
"qrcode": "^0.8.2",
"redfour": "^1.0.2",
"redis": "^2.7.1",
"restify": "^5.0.1",
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
"utf7": "^1.0.2",
2017-07-16 19:37:33 +08:00
"uuid": "^3.1.0",
"wild-config": "^1.0.0"
2017-03-06 05:45:50 +08:00
},
"repository": {
"type": "git",
"url": "git://github.com/wildduck-email/wildduck.git"
},
"optionalDependencies": {
2017-05-24 00:11:42 +08:00
"@ronomon/crypto-async": "^2.0.1",
"modern-syslog": "^1.1.4"
2017-03-06 05:45:50 +08:00
}
}