Mailspring/packages/isomorphic-core/package.json

20 lines
454 B
JSON
Raw Normal View History

2016-06-23 05:41:32 +08:00
{
"name": "isomorphic-core",
2016-06-23 05:41:32 +08:00
"version": "0.0.1",
"description": "Packages use isomorphically on n1-cloud and local-sync",
2016-06-23 05:41:32 +08:00
"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"
2016-06-23 05:41:32 +08:00
},
"author": "Nylas",
"license": "ISC"
}