Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

33 rindas
1.2KB

  1. {
  2. "name": "node-red-contrib-boolean-logic-ultimate",
  3. "version": "1.0.18",
  4. "description": "A set of Node-RED enhanced boolean logic node, flow interruption node, blinker node, invert node, filter node, 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. "gate",
  13. "filter",
  14. "logic"
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"
  20. },
  21. "node-red": {
  22. "nodes": {
  23. "BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js",
  24. "InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js",
  25. "FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js",
  26. "InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js",
  27. "BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js",
  28. "SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js"
  29. }
  30. }
  31. }