Mailspring/packages/local-sync/nylas-sync/package.json
2016-11-22 12:01:45 -08:00

16 lines
320 B
JSON

{
"name": "nylas-sync",
"version": "0.0.1",
"description": "Nylas Sync Engine",
"dependencies": {
"nylas-core": "0.x.x",
"nylas-message-processor": "0.x.x",
"nylas-metrics": "0.x.x",
"xoauth2": "1.1.0"
},
"scripts": {
"start": "node app.js"
},
"author": "Nylas",
"license": "ISC"
}