{ "name": "asm3", "version": "0.0.1", "description": "Implementation of the asm3 model for Node-Red", "repository": { "type": "git", "url": "https://gitea.centraal.wbd-rd.nl/p.vanderwilt/asm3.git" }, "keywords": [ "asm3", "activated sludge", "wastewater", "biological model", "node-red" ], "license": "SEE LICENSE", "author": "P.R. van der Wilt", "main": "asm3.js", "scripts": { "test": "node asm3.js" }, "node-red": { "nodes": { "asm3": "asm3.js" } }, "dependencies": { "mathjs": "^14.5.2" } }