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