Massimo 5 anos atrás
pai
commit
42d77e3c67
2 arquivos alterados com 3 adições e 29 exclusões
  1. +0
    -28
      boolean-logic-ultimate/package.json
  2. +3
    -1
      package.json

+ 0
- 28
boolean-logic-ultimate/package.json Ver arquivo

{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.0.0",
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more",
"author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": {
"fs": "0.0.1-security"
},
"keywords": [
"node-red",
"boolean",
"gate",
"filter",
"logic"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate"
},
"node-red": {
"nodes": {
"BooleanLogicUltimate": "boolean-logic-ultimate/BooleanLogicUltimate.js",
"InvertUltimate": "boolean-logic-ultimate/InvertUltimate.js",
"FilterUltimate": "boolean-logic-ultimate/FilterUltimate.js"
}
}
}

+ 3
- 1
package.json Ver arquivo

{ {
"name": "node-red-contrib-boolean-logic-ultimate", "name": "node-red-contrib-boolean-logic-ultimate",
"version": "0.0.8",
"version": "1.0.0",
"description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more", "description": "A set of Node-RED enhanced boolean logic, with persisten values after reboot and more",
"author": "Supergiovane (https://github.com/Supergiovane)", "author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": { "dependencies": {
"keywords": [ "keywords": [
"node-red", "node-red",
"boolean", "boolean",
"gate",
"filter",
"logic" "logic"
], ],
"license": "MIT", "license": "MIT",

Carregando…
Cancelar
Salvar