node-red-contrib-spruthub
Version:
Sprut.hub connectivity nodes for node-red
47 lines (46 loc) • 1.23 kB
JSON
{
"author": {
"name": "Andrey Popov",
"email": "andrey_popov@me.com"
},
"name": "node-red-contrib-spruthub",
"description": "Sprut.hub connectivity nodes for node-red",
"version": "3.4.0",
"dependencies": {
"eventsource": "^1.1.0",
"@babel/runtime": "^7.11.2",
"circular-json": "^0.5.9",
"eventemitter3": "^4.0.7",
"uuid": "^8.3.0",
"ws": "^8.5.0"
},
"keywords": [
"spruthub",
"sprut",
"mqtt",
"wirenboard",
"node-red"
],
"license": "GPL",
"node-red": {
"nodes": {
"in": "nodes/in.js",
"get": "nodes/get.js",
"out": "nodes/out.js",
"server": "nodes/server.js",
"api": "api.js"
},
"version": ">=1.3.0"
},
"homepage": "https://github.com/sprut/node-red-contrib-spruthub",
"repository": {
"type": "git",
"url": "git+https://github.com/sprut/node-red-contrib-spruthub.git"
},
"bugs": {
"url": "https://github.com/sprut/node-red-contrib-spruthub/issues/"
},
"engines": {
"node": ">=12.0.0"
}
}