mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 03:23:45 +08:00
Summary: Move sendmail-client and errors to isomorphic-core, given that they will probably be used by cloud-workers (plugin backends) and cloud-api Depends on D3510 Test Plan: Manual Reviewers: halla Reviewed By: halla Differential Revision: https://phab.nylas.com/D3512
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"name": "isomorphic-core",
|
|
"version": "0.0.1",
|
|
"description": "Packages use isomorphically on n1-cloud and local-sync",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"imap": "0.8.18",
|
|
"joi": "8.4.2",
|
|
"nodemailer": "2.5.0",
|
|
"promise-props": "1.0.0",
|
|
"promise.prototype.finally": "1.0.1",
|
|
"rx": "4.1.0",
|
|
"sequelize": "3.27.0",
|
|
"underscore": "1.8.3",
|
|
"xoauth2": "1.2.0"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|