UNPKG

node-red-contrib-bool-gate

Version:

Node RED node to include boolean logic gates

24 lines 515 B
{ "name": "node-red-contrib-bool-gate", "version": "1.0.2", "description": "Node RED node to include boolean logic gates", "author": "Nicolas FRBEZAR <nicolas.frbezar@actemium.com>", "dependencies": {}, "keywords": [ "node-red", "logic", "and", "or", "not", "xor", "bool", "boolean", "gate" ], "node-red": { "nodes": { "and": "nodes/and.js", "or": "nodes/or.js" } } }