{ "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.10.2", "@types/angular": "^1.6.55", "@types/angular-route": "^1.7.0", "@types/jquery": "^3.3.30", "@types/mongodb": "^3.3.12", "@types/passport": "^1.0.0", "amqplib": "^0.5.3", "angular-chart.js": "^1.1.1", "angular-route": "^1.7.8", "angular-sanitize": "^1.7.8", "async-retry": "^1.2.3", "bcryptjs": "^2.4.3", "body-parser": "^1.18.3", "bootstrap": "^4.3.1", "chart.js": "^2.8.0", "child_process": "^1.0.2", "compression": "^1.7.4", "cookie-parser": "^1.4.4", "cookie-session": "^1.3.3", "express": "^4.17.1", "flash": "^1.1.0", "formBuilder": "^3.2.5", "gulp": "^4.0.2", "gulp-replace": "^1.0.0", "gulp-shell": "^0.7.1", "handlebars": "^4.4.3", "handlebars-loader": "^1.7.1", "imports-loader": "^0.8.0", "jquery": "^3.4.1", "jquery-ui": "^1.12.1", "jquery-ui-bundle": "^1.12.1", "jsondiffpatch": "^0.3.11", "jsonwebtoken": "^8.5.1", "mimetype": "0.0.8", "mongodb": "^3.3.5", "morgan": "^1.9.1", "multer": "^1.4.2", "multer-gridfs-storage": "^3.3.0", "npm": "^6.10.1", "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", "popper.js": "^1.15.0", "saml20": "^0.1.14", "samlp": "^3.4.0", "ssl-root-cas": "^1.3.1", "winston": "^3.2.1", "ws": "^6.2.1" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.12.0", "autoprefixer": "^9.6.1", "css-loader": "^3.0.0", "expose-loader": "^0.7.5", "merge-stream": "^2.0.0", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "webpack": "^4.35.3", "webpack-cli": "^3.3.6" } }