node-red-contrib-oscar-cluster-info
Version:
The fundamental characteristics of an OSCAR cluster are obtained through the OSCAR API.
23 lines (22 loc) • 431 B
JSON
{
"name": "node-red-contrib-oscar-cluster-info",
"version": "0.3.0",
"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": {
"clusterinfo": "subflow.js"
},
"dependencies": []
},
"dependencies": {
"crypto-js": "^4.0.0"
}
}