node-red-contrib-blynk-api
Version:
Node Red integration with Blynk App and Server through api
42 lines (41 loc) • 1 kB
JSON
{
"main": "blynk-api.js",
"name": "node-red-contrib-blynk-api",
"node-red": {
"nodes": {
"blynk": "blynk-api.js"
}
},
"version": "0.0.8",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "Node Red integration with Blynk App and Server through api",
"homepage": "https://github.com/khoazero123/node-red-contrib-blynk-api",
"author": {
"name": "KhoaZero123",
"email": "khoazero123@gmail.com",
"url": "https://github.com/khoazero123/node-red-contrib-blynk-api"
},
"bugs": {
"url": "https://github.com/khoazero123/node-red-contrib-blynk-api/issues"
},
"dependencies": {
"buffer-dataview": "^0.0.2",
"debug": "^4.3.1",
"request": "^2.88.2",
"ws": "^7.4.5"
},
"keywords": [
"node-red",
"blynk",
"iot",
"blynk ws",
"blynk api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/khoazero123/node-red-contrib-blynk-api.git"
},
"license": "MIT"
}