@flowfuse/node-red-dashboard-2-user-addon
Version:
A Node-RED Plugin to extend Node-RED Dashboard 2.0 with user session data on SocketIO events
27 lines • 711 B
JSON
{
"name": "@flowfuse/node-red-dashboard-2-user-addon",
"version": "1.1.0",
"description": "A Node-RED Plugin to extend Node-RED Dashboard 2.0 with user session data on SocketIO events",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FlowFuse/node-red-dashboard-ff-auth.git"
},
"bugs": {
"url": "https://github.com/FlowFuse/node-red-dashboard-ff-auth/issues"
},
"author": "FlowFuse Inc.",
"node-red": {
"plugins": {
"node-red-dashboard-2-ff-auth": "index.js"
}
},
"keywords": [
"flowfuse",
"node-red"
],
"license": "SEE LICENSE IN LICENSE"
}