forked from openiap/opencore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "openflownodered",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nodemailer/mailparser2": "^1.0.3",
"@types/amqplib": "^0.5.13",
"@types/compression": "1.7.0",
"@types/node": "^14.0.1",
"amqplib": "^0.5.5",
"async-retry": "^1.3.1",
"body-parser": "^1.19.0",
"bson": "^4.0.4",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"google-auth-library": "^6.0.0",
"gulp-shell": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-red": "^1.0.6",
"node-red-contrib-auth-saml": "^1.0.9",
"node-red-node-email": "^1.7.8",
"passport-google-oauth20": "^2.0.0",
"passport-openid-connect": "^0.1.0",
"passport-saml": "^1.3.3",
"passport-saml-metadata": "^2.2.0",
"smtp-server": "^3.6.0",
"winston": "^3.2.1"
}
}