raas-proxy
Version:
Rule as a Service (RaaS), change business rules on the fly from any browser. Quick integration, parallel execution, approval workflow and more..
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "raas-proxy",
"description": "Rule as a Service (RaaS), change business rules on the fly from any browser. Quick integration, parallel execution, approval workflow and more..",
"version": "1.0.10",
"main": "raas-proxy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AIR-FRAME/raas-proxy.js.git"
},
"dependencies": {
"axios": "^0.21.1"
},
"keywords": [
"rule",
"service",
"approval",
"decision",
"condition",
"state machine",
"webhook",
"api",
"integration",
"engine",
"rule engine",
"workflow",
"workflow engine",
"policy engine",
"proxy",
"policy",
"raas",
"rule as a service",
"nodejs",
"javascript"
],
"author": "Bobby Thomas (bobtxt@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/AIR-FRAME/raas-proxy.js/issues"
},
"homepage": "https://github.com/AIR-FRAME"
}