{ "name": "liquidflowhandler", "version": "0.0.1", "description": "Handler for multi-component flows", "repository": { "type": "git", "url": "https://gitea.centraal.wbd-rd.nl/p.vanderwilt/liquidFlowHandler.git" }, "keywords": [ "process model", "node-red" ], "license": "SEE LICENSE", "author": "P.R. van der Wilt", "main": "liquidFlowHandler.js", "scripts": { "test": "liquidFlowHandler.js" }, "node-red": { "nodes": { "liquidFlowHandler": "liquidFlowHandler.js" } }, "dependencies": { "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/p.vanderwilt/generalFunctions.git#fix-missing-references" } }