wildduck/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2017-03-06 05:45:50 +08:00
{
"name": "wildduck",
"version": "1.0.2",
2017-03-06 05:45:50 +08:00
"description": "IMAP server built with Node.js and MongoDB",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"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",
"mocha": "^3.2.0",
"nodemailer": "^3.1.5"
2017-03-06 05:45:50 +08:00
},
"dependencies": {
"addressparser": "^1.0.1",
"bcryptjs": "^2.4.3",
2017-03-10 22:59:04 +08:00
"clone": "^2.1.1",
2017-03-06 05:45:50 +08:00
"config": "^1.25.1",
"grid-fs": "^1.0.1",
2017-03-06 22:13:40 +08:00
"joi": "^10.2.2",
"libbase64": "^0.1.0",
"libmime": "^3.1.0",
2017-03-06 05:45:50 +08:00
"mailparser": "^2.0.2",
"mongodb": "^2.2.24",
2017-03-06 22:43:01 +08:00
"nodemailer-fetch": "^2.1.0",
2017-03-06 05:45:50 +08:00
"npmlog": "^4.0.2",
"redis": "^2.6.5",
2017-03-06 22:13:40 +08:00
"restify": "^4.3.0",
2017-03-06 05:45:50 +08:00
"smtp-server": "^2.0.2",
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
}
}