forked from nylas/nylas-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cloud-workers",
"version": "0.0.1",
"description": "Message processing pipeline",
"main": "index.js",
"author": "Nylas",
"license": "ISC",
"scripts": {
"test": "babel-node spec/run.es6"
},
"devDependencies": {
"babel-cli": "6.x.x",
"jasmine": "2.x.x"
},
"dependencies": {
"bluebird": "3.4.x",
"boom": "4.2.0",
"cloud-core": "0.x.x",
"googleapis": "124.0.0",
"handlebars": "4.0.6",
"hapi": "16.1.0",
"hapi-auth-basic": "4.2.0",
"hapi-boom-decorators": "2.2.2",
"hapi-swagger": "17.0.0",
"isomorphic-core": "x.x.x",
"joi": "8.4.2",
"js-base64": "2.1.9",
"libhoney": "1.0.0-beta.2",
"mimelib": "0.2.19",
"node-dogstatsd": "0.0.6",
"raven": "1.1.4",
"request": "2.79.0",
"request-promise": "4.1.1",
"rx-lite": "4.0.8",
"sequelize": "github:nylas/sequelize#nylas-3.30.1",
"tmp": "0.0.31",
"umzug": "1.11.0",
"underscore": "1.8.3",
"vision": "4.1.0"
}
}