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

42 lines
936 B
JSON

{
"name": "local-sync",
"version": "0.0.1",
"description": "The local sync engine for Nylas N1",
"main": "./main.es6",
"dependencies": {
"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",
"inert": "4.0.0",
"jasmine": "2.4.1",
"joi": "8.4.2",
"mimelib": "0.2.19",
"nodemailer": "2.5.0",
"nylas-core": "0.x.x",
"request": "2.79.0",
"rx": "4.1.0",
"signalfx": "3.0.1",
"underscore": "1.8.3",
"vision": "4.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"
}