mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
17 lines
407 B
JSON
17 lines
407 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",
|
|
"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"
|
|
}
|