Mailspring/packages/local-sync/package.json
2016-11-22 15:16:00 -08:00

61 lines
1.6 KiB
JSON

{
"name": "local-sync",
"version": "0.0.1",
"description": "The local sync engine for Nylas N1",
"main": "./main.es6",
"dependencies": {
"babel-cli": "6.10.1",
"babel-preset-es2015": "6.9.0",
"bunyan": "1.8.0",
"bunyan-cloudwatch": "2.0.0",
"bunyan-loggly": "1.1.0",
"bunyan-prettystream": "github:emorikawa/node-bunyan-prettystream",
"googleapis": "9.0.0",
"hapi": "13.4.1",
"hapi-auth-basic": "4.2.0",
"hapi-boom-decorators": "1.1.3",
"hapi-plugin-websocket": "0.9.2",
"hapi-swagger": "6.1.0",
"imap": "0.8.18",
"inert": "4.0.0",
"jasmine": "2.4.1",
"joi": "8.4.2",
"lerna": "2.0.0-beta.23",
"mailparser": "0.6.0",
"mimelib": "0.2.19",
"mysql": "2.12.0",
"newrelic": "1.34.0",
"nodemailer": "2.5.0",
"nylas-core": "0.x.x",
"pm2": "1.1.3",
"promise-props": "1.0.0",
"promise.prototype.finally": "1.0.1",
"redis": "2.6.3",
"request": "2.79.0",
"rx": "4.1.0",
"sequelize": "3.27.0",
"signalfx": "3.0.1",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
"underscore": "1.8.3",
"utf7": "https://github.com/truebit/utf7/archive/1f753bac59b99d93b17a5ef11681e232465e2558.tar.gz",
"vision": "4.1.0",
"xoauth2": "1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/K2.git"
},
"author": "Nylas",
"license": "proprietary",
"bugs": {
"url": "https://github.com/nylas/K2/issues"
},
"engines": {
"nylas": "*"
},
"windowTypes": {
"work": true
},
"homepage": "https://github.com/nylas/K2#readme"
}