-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.18 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
43
{
"name": "@studiobox/node-red-contrib-ui-widget-thermometer",
"version": "0.7.7",
"description": "Easy to use Node-RED UI Widget on Node-RED Dashboard for display termperature data",
"author": "Jatu StudioBox <[email protected]>",
"license": "Apache-2.0",
"url" : "https://github.com/jatu-studiobox/node-red-contrib-ui-widget-thermometer/issues",
"email" : "[email protected]",
"homepage": "https://github.com/jatu-studiobox/node-red-contrib-ui-widget-thermometer#readme",
"repository": {
"type": "git",
"url": "https://github.com/jatu-studiobox/node-red-contrib-ui-widget-thermometer.git"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"node-red",
"node-red-dashboard",
"ui-widget",
"dashboard-ui",
"widget-thermometer",
"ui-widget-thermometer",
"thermometer",
"widget",
"temperature"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ui_widget_thermometer": "nodes/ui_widget_thermometer.js"
}
},
"maintainers": [
{
"name": "Jatu StudioBox",
"email": "[email protected]"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}