-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 752 Bytes
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
{
"name": "node-red-contrib-self-adjusting-threshold",
"version": "0.1.4",
"description": "Self adjusting threshold to control humidity in multiple zones with single exhaust ventilator",
"main": "self-adjusting-threshold.js",
"node-red": {
"nodes": {
"self-adjusting-threshold": "self-adjusting-threshold.js"
}
},
"keywords": [
"node-red",
"humidity",
"threshold",
"automation"
],
"repository": {
"type": "git",
"url": "https://github.com/hotNipi/self-adjusting-threshold.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hotNipi <nipnippel@gmail.com>",
"license": "MIT"
}