mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"name": "nylas-sync",
|
|
"version": "0.0.1",
|
|
"description": "Nylas Sync Engine",
|
|
"dependencies": {
|
|
"imap": "0.8.17",
|
|
"nylas-core": "0.x.x",
|
|
"nylas-message-processor": "0.x.x",
|
|
"xoauth2": "1.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|