-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.58 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"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",
"build": "webpack --mode production"
},
"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.11.2",
"@types/angular": "^1.7.0",
"@types/angular-route": "^1.7.1",
"@types/jquery": "^3.3.38",
"@types/mongodb": "^3.5.16",
"@types/passport": "^1.0.3",
"@types/stripe": "^7.13.23",
"amqplib": "^0.5.5",
"angular-chart.js": "^1.1.1",
"angular-route": "^1.7.9",
"angular-sanitize": "^1.7.9",
"async-retry": "^1.3.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"flash": "^1.1.0",
"formBuilder": "^3.4.2",
"got": "^11.1.3",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"gulp-shell": "^0.8.0",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-bundle": "^1.12.1",
"jsondiffpatch": "^0.4.1",
"jsonwebtoken": "^8.5.1",
"mimetype": "0.0.8",
"mongodb": "^3.5.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.1.0",
"npm": "^6.14.5",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-openid-connect": "^0.1.0",
"passport-saml-metadata": "^2.2.0",
"popper.js": "^1.16.1",
"saml20": "^0.1.14",
"samlp": "^3.4.1",
"ssl-root-cas": "^1.3.1",
"stripe": "^8.51.0",
"winston": "^3.2.1",
"ws": "^7.3.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"autoprefixer": "^9.7.6",
"css-loader": "^3.5.3",
"expose-loader": "^0.7.5",
"merge-stream": "^2.0.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}