node-red-contrib-blynk-iot
Version:
Node Red integration with new Blynk IoT Platform
56 lines • 1.89 kB
JSON
{
"name": "node-red-contrib-blynk-iot",
"version": "1.0.1",
"description": "Node Red integration with new Blynk IoT Platform",
"scripts": {
"lint": "./node_modules/.bin/eslint \"{libs,nodes}/**/*.{js,json,html}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gablau/node-red-contrib-blynk-iot.git"
},
"keywords": [
"node-red",
"blynk",
"iot",
"websockets"
],
"author": "Gabriele Lauricella <gab.lau@gmail.com> (https://github.com/gablau)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gablau/node-red-contrib-blynk-iot/issues"
},
"homepage": "https://github.com/gablau/node-red-contrib-blynk-iot",
"dependencies": {
"secure-random-string": ">=1.1.4",
"utf8": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.x.x",
"eslint-config-airbnb-base": "^15.x.x",
"eslint-plugin-html": "^7.x.x",
"eslint-plugin-import": "^2.26.x",
"eslint-plugin-json": "^3.x.x",
"eslint-plugin-progress": "github:gablau/eslint-plugin-progress"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"blynk-iot-client": "nodes/blynk-iot-client.js",
"blynk-iot-in-write": "nodes/blynk-iot-in-write.js",
"blynk-iot-out-write": "nodes/blynk-iot-out-write.js",
"blynk-iot-out-set-property": "nodes/blynk-iot-out-set-property.js",
"blynk-iot-out-sync": "nodes/blynk-iot-out-sync.js",
"blynk-iot-out-lcd": "nodes/blynk-iot-out-lcd.js",
"blynk-iot-zergba": "nodes/blynk-iot-zergba.js",
"blynk-iot-style-btn": "nodes/blynk-iot-style-btn.js",
"blynk-iot-image-gallery": "nodes/blynk-iot-image-gallery.js",
"blynk-iot-metadata": "nodes/blynk-iot-metadata.js",
"blynk-iot-logevent": "nodes/blynk-iot-logevent.js"
}
},
"engines": {
"node": ">=12.22.12"
}
}