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.

21 lines
601B

  1. {
  2. "name": "node-red-contrib-boolean-logic",
  3. "version": "0.0.3",
  4. "description": "A set of Node-RED nodes for boolean logic",
  5. "author": "Per Malmberg (https://github.com/PerMalmberg)",
  6. "dependencies": {
  7. },
  8. "keywords": [ "node-red", "boolean", "logic" ],
  9. "license": "MIT",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/PerMalmberg/node-red-contrib-boolean-logic"
  13. },
  14. "node-red": {
  15. "nodes": {
  16. "BooleanLogic": "boolean-logic/BooleanLogic.js",
  17. "Invert": "boolean-logic/Invert.js",
  18. "BDebug": "boolean-logic/BDebug.js"
  19. }
  20. }
  21. }