qm-mux-redirect
Version:
Component multiplexer (MUX) | Node-RED
26 lines (25 loc) • 676 B
JSON
{
"name": "qm-mux-redirect",
"version": "1.0.7",
"description": "Component multiplexer (MUX) | Node-RED",
"main": "redirect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modulesQuimera/qm-mux-redirect.git"
},
"keywords": ["quimera","Hub","JIG"],
"author": "HUB-LSE",
"license": "ISC",
"bugs": {
"url": "https://github.com/modulesQuimera/qm-mux-redirect/issues"
},
"homepage": "https://github.com/modulesQuimera/qm-mux-redirect#readme",
"node-red" : {
"nodes": {
"redirect": "redirect.js"
}
}
}