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
57 lines (57 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.7 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "openflow",
"version": "0.0.63",
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-rpa/openflow.git"
},
"author": "OpenRPA / Allan Zimmermann",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/open-rpa/openflow/issues"
},
"homepage": "https://github.com/open-rpa/openflow",
"dependencies": {
"@kubernetes/client-node": "^0.10.1",
"@types/angular": "^1.6.54",
"@types/angular-route": "^1.7.0",
"@types/jquery": "^3.3.30",
"@types/mongodb": "^3.1.27",
"@types/passport": "^1.0.0",
"amqplib": "^0.5.3",
"async-retry": "^1.2.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"express": "^4.16.4",
"flash": "^1.1.0",
"gulp": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.7.0",
"jsondiffpatch": "^0.3.11",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.3",
"morgan": "^1.9.1",
"node-red-contrib-auth-saml": "^1.0.6",
"npm": "^6.9.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-openid-connect": "^0.1.0",
"passport-saml-metadata": "^1.6.0",
"saml20": "^0.1.14",
"samlp": "^3.4.0",
"ssl-root-cas": "^1.3.1",
"winston": "^3.2.1",
"ws": "^6.2.1",
"x509": "^0.3.4"
}
}