Mailspring/packages/isomorphic-core/package.json

31 lines
790 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 client-sync",
2016-06-23 05:41:32 +08:00
"main": "index.js",
"scripts": {
"test": "babel-node spec/run.es6"
},
2016-06-23 05:41:32 +08:00
"dependencies": {
"atob": "2.0.3",
"btoa": "1.1.2",
"imap": "github:jstejada/node-imap#fix-parse-body-list",
"imap-provider-settings": "github:nylas/imap-provider-settings",
"jasmine": "2.x.x",
"joi": "8.4.2",
"libhoney": "1.0.0-beta.2",
"nodemailer": "2.5.0",
"promise-props": "1.0.0",
"promise.prototype.finally": "1.0.1",
2017-02-18 04:11:14 +08:00
"rx-lite": "4.0.8",
"sequelize": "3.28.0",
"underscore": "1.8.3",
"xoauth2": "1.2.0",
"he": "1.1.0",
"iconv": "2.2.1",
"mimelib": "0.2.19"
2016-06-23 05:41:32 +08:00
},
"author": "Nylas",
"license": "ISC"
}