Mailspring/packages/local-sync/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2016-11-23 04:25:27 +08:00
{
"name": "local-sync",
"version": "0.0.1",
"description": "The local sync engine for Nylas N1",
2016-11-23 07:13:28 +08:00
"main": "./main.es6",
2016-11-23 04:25:27 +08:00
"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",
"isomorphic-core": "0.x.x",
"jasmine": "2.4.1",
"joi": "8.4.2",
"mimelib": "0.2.19",
"nodemailer": "2.5.0",
"quoted-printable": "^1.0.1",
2016-11-23 06:52:42 +08:00
"request": "2.79.0",
"rx": "4.1.0",
"sequelize": "3.27.0",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
"striptags": "2.1.1",
2016-11-23 06:52:42 +08:00
"underscore": "1.8.3",
"utf7": "^1.0.2",
"vision": "4.1.0"
2016-11-23 04:25:27 +08:00
},
"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": {
2016-11-23 07:13:28 +08:00
"work": true
2016-11-23 04:25:27 +08:00
},
"homepage": "https://github.com/nylas/K2#readme"
2016-11-23 04:25:27 +08:00
}