You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 line
810B

  1. {
  2. "name": "node-red-contrib-boolean-logic-ultimate",
  3. "version": "0.0.1",
  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. "BDebug": "boolean-logic-ultimate/BDebug.js"
  24. }
  25. }
  26. }