node-red-contrib-oscar-cluster-summary
Version:
The fundamental characteristics of an OSCAR cluster are obtained through the OSCAR API.
23 lines (22 loc) • 433 B
JSON
{
"name": "node-red-contrib-oscar-cluster-summary",
"version": "0.0.6",
"description": "The fundamental characteristics of an OSCAR cluster are obtained through the OSCAR API.",
"keywords": [
"node-red",
"node-red-contrib",
"oscar-api",
"UPV",
"GryCAP"
],
"license": "Apache-2.0",
"node-red": {
"nodes": {
"oscar_info": "subflow.js"
},
"dependencies": []
},
"dependencies": {
"crypto-js": "^4.0.0"
}
}