@innetmonitoring/node-red-contrib-r-nodes
Version:
Node RED modules for the statistical computing language R
27 lines (26 loc) • 651 B
JSON
{
"name": "@innetmonitoring/node-red-contrib-r-nodes",
"version": "0.1.2",
"description": "Node RED modules for the statistical computing language R",
"homepage": "https://github.com/inNETMonitoring/node-red-contrib-R-nodes",
"keywords": [
"R",
"Rlang",
"Node RED",
"Statistics"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"R Server": "r-server.js",
"R Script": "r-script.js"
}
},
"author": "Michael Blättler <michael.blaettler@innetag.ch>",
"license": "MIT",
"dependencies": {
"rio": "^2.4.1"
}
}