Mailspring/packages/nylas-sync/package.json

17 lines
312 B
JSON
Raw Normal View History

2016-06-23 05:41:32 +08:00
{
"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"
}