Mailspring/packages/isomorphic-core/package.json
Juan Tejada e17b6d8d17 [local-sync]: Move sendmail-client and errors to isomorphic-core
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
2016-12-15 12:29:56 -08:00

20 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"
}