likeopera-backend/package.json

17 lines
354 B
JSON
Raw Normal View History

2016-06-27 14:14:10 +03:00
{
"author": {
"name": "Vitaliy Filippov",
"email": "vitalif@yourcmc.ru",
"url": "http://yourcmc.ru/wiki/"
},
"name": "operetta-backend",
"description": "Operetta webmail backend",
"dependencies": {
"imap": "^0.8.17",
"imap-promise": "^1.0.2",
"mailparser": "^0.6.0",
"nodemailer": "^2.4.2",
"pg": "^6.0.1"
}
}