2016-11-23 04:25:27 +08:00
|
|
|
{
|
|
|
|
"name": "local-sync",
|
|
|
|
"version": "0.0.1",
|
2017-01-12 09:39:49 +08:00
|
|
|
"description": "The local sync engine for Nylas Mail",
|
2016-12-09 06:16:37 +08:00
|
|
|
"main": "./main",
|
2016-11-23 04:25:27 +08:00
|
|
|
"dependencies": {
|
2017-01-06 08:33:38 +08:00
|
|
|
"base64-stream": "0.1.3",
|
2016-12-12 23:37:43 +08:00
|
|
|
"encoding": "0.1.12",
|
2016-11-23 06:26:48 +08:00
|
|
|
"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",
|
2016-12-16 01:17:45 +08:00
|
|
|
"he": "1.1.0",
|
2017-01-06 08:33:38 +08:00
|
|
|
"iconv": "2.2.1",
|
2016-11-23 06:26:48 +08:00
|
|
|
"inert": "4.0.0",
|
2016-11-24 01:33:54 +08:00
|
|
|
"isomorphic-core": "0.x.x",
|
2016-11-23 06:26:48 +08:00
|
|
|
"jasmine": "2.4.1",
|
|
|
|
"joi": "8.4.2",
|
|
|
|
"mimelib": "0.2.19",
|
2016-11-23 06:52:42 +08:00
|
|
|
"request": "2.79.0",
|
|
|
|
"rx": "4.1.0",
|
2017-01-07 07:18:57 +08:00
|
|
|
"sequelize": "nylas/sequelize#nylas-3.30.0",
|
2016-11-24 02:32:07 +08:00
|
|
|
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
|
2016-12-12 23:37:43 +08:00
|
|
|
"underscore": "1.8.3",
|
|
|
|
"vision": "4.1.0"
|
2016-11-23 04:25:27 +08:00
|
|
|
},
|
2016-12-06 04:16:53 +08:00
|
|
|
"scripts": {
|
2016-12-06 07:00:21 +08:00
|
|
|
"test": "../../../../node_modules/.bin/electron ../../../../ --test --enable-logging --spec-directory=$(pwd)/spec"
|
2016-12-06 04:16:53 +08:00
|
|
|
},
|
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
|
|
|
},
|
2016-11-23 06:10:21 +08:00
|
|
|
"homepage": "https://github.com/nylas/K2#readme"
|
2016-11-23 04:25:27 +08:00
|
|
|
}
|