mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "nylas-core",
|
|
"version": "0.0.1",
|
|
"description": "Core shared packages",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"imap": "0.8.x",
|
|
"sqlite3": "3.1.4",
|
|
"xoauth2": "1.x.x"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|