wildduck/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2017-03-06 05:45:50 +08:00
{
"name": "wildduck",
2017-05-02 21:17:46 +08:00
"version": "1.0.26",
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-03-30 01:06:09 +08:00
"mocha": "^3.2.0"
2017-03-06 05:45:50 +08:00
},
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^1.25.1",
2017-04-21 01:10:03 +08:00
"generate-password": "^1.3.0",
"grid-fs": "^1.0.1",
"html-to-text": "^3.2.0",
2017-04-02 01:15:10 +08:00
"iconv-lite": "^0.4.15",
"joi": "^10.4.1",
"libbase64": "^0.1.0",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
2017-04-25 02:20:06 +08:00
"mailsplit": "^4.0.2",
"marked": "^0.3.6",
"mongodb": "^2.2.25",
"node-redis-scripty": "0.0.5",
2017-04-17 20:58:46 +08:00
"nodemailer": "^4.0.1",
2017-03-06 05:45:50 +08:00
"npmlog": "^4.0.2",
2017-04-21 01:10:03 +08:00
"qrcode": "^0.8.1",
"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"
},
"optionalDependencies": {
"modern-syslog": "^1.1.4"
2017-03-06 05:45:50 +08:00
}
}