Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
před 5 roky
12345678910111213141516171819202122232425
  1. {
  2. "name": "node-red-contrib-boolean-logic-ultimate",
  3. "version": "0.0.2",
  4. "description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more",
  5. "author": "Supergiovane (https://github.com/Supergiovane)",
  6. "dependencies": {
  7. "fs": "0.0.1-security"
  8. },
  9. "keywords": [
  10. "node-red",
  11. "boolean",
  12. "logic"
  13. ],
  14. "license": "MIT",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"
  18. },
  19. "node-red": {
  20. "nodes": {
  21. "BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js",
  22. "Invert": "boolean-logic-ultimate/Invert.js"
  23. }
  24. }
  25. }