2016-06-23 05:41:32 +08:00
|
|
|
{
|
2016-11-24 01:00:47 +08:00
|
|
|
"name": "isomorphic-core",
|
2016-06-23 05:41:32 +08:00
|
|
|
"version": "0.0.1",
|
2016-11-24 01:00:47 +08:00
|
|
|
"description": "Packages use isomorphically on n1-cloud and local-sync",
|
2016-06-23 05:41:32 +08:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2017-02-17 04:32:07 +08:00
|
|
|
"imap": "github:jstejada/node-imap#fix-parse-body-list",
|
|
|
|
"imap-provider-settings": "github:nylas/imap-provider-settings",
|
2016-12-06 09:59:47 +08:00
|
|
|
"joi": "8.4.2",
|
2016-12-16 04:04:43 +08:00
|
|
|
"nodemailer": "2.5.0",
|
2016-11-23 08:54:20 +08:00
|
|
|
"promise-props": "1.0.0",
|
|
|
|
"promise.prototype.finally": "1.0.1",
|
2016-12-02 05:32:35 +08:00
|
|
|
"rx": "4.1.0",
|
2017-01-05 07:33:12 +08:00
|
|
|
"sequelize": "3.28.0",
|
2016-11-23 08:54:20 +08:00
|
|
|
"underscore": "1.8.3",
|
2016-11-22 09:07:52 +08:00
|
|
|
"xoauth2": "1.2.0"
|
2016-06-23 05:41:32 +08:00
|
|
|
},
|
|
|
|
"author": "Nylas",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|