-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-red-contrib-boolean-logic-ultimate",
"version": "1.1.23",
"description": "A set of Node-RED enhanced boolean logic and utility nodes, flow interruption, blinker, invert, filter, toggle etc.., with persistent values after reboot. Compatible also with Homeassistant values.",
"author": "Supergiovane (https://github.com/Supergiovane)",
"dependencies": {
"fs": "0.0.1-security",
"path": ">=0.12.7",
"kalmanjs": "1.1.0"
},
"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",
"InterruptFlowUltimate": "boolean-logic-ultimate/InterruptFlowUltimate.js",
"BlinkerUltimate": "boolean-logic-ultimate/BlinkerUltimate.js",
"SimpleOutputUltimate": "boolean-logic-ultimate/SimpleOutputUltimate.js",
"InjectUltimate": "boolean-logic-ultimate/InjectUltimate.js",
"StatusUltimate": "boolean-logic-ultimate/StatusUltimate.js",
"ImpulseUltimate": "boolean-logic-ultimate/ImpulseUltimate.js",
"SumUltimate": "boolean-logic-ultimate/SumUltimate.js",
"toggleUltimate": "boolean-logic-ultimate/toggleUltimate.js",
"RailwaySwitchUltimate": "boolean-logic-ultimate/RailwaySwitchUltimate.js",
"Comparator": "boolean-logic-ultimate/Comparator.js",
"KalmanFilterUltimate": "boolean-logic-ultimate/KalmanFilterUltimate.js",
"translator-config": "boolean-logic-ultimate/translator-config.js"
}
}
}