likeopera-backend/package.json

26 lines
585 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": {
"gen-thread": "latest",
2016-06-27 14:14:10 +03:00
"imap": "^0.8.17",
"imap-promise": "^1.0.2",
"mailparser": "^0.6.0",
"nodemailer": "^2.4.2",
"pg": "^6.0.1",
"pg-bricks": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0"
},
"scripts": {
"run": "babel operetta.js | nodejs"
2016-06-27 14:14:10 +03:00
}
}