Mailspring/packages/nylas-sync/package.json
2016-06-22 14:41:32 -07:00

17 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"
}