-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.2 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
44
45
{
"type": "commonjs",
"name": "@nd-enerserve/node-red-smartpi",
"version": "0.2.4",
"description": "nodes for the smartpi",
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.22.12"
},
"node-red": {
"version": ">=2.2.2",
"nodes": {
"Smartpi-Values": "smartpi-values.js",
"Smartpi-Input": "smartpi-input.js",
"Treshold-Trigger": "smartpi-treshold-trigger.js",
"e.temperature-Values": "smartpi-etemperature-values.js",
"e.digital OUT": "smartpi-modules-digital-out.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nDenerserve/node-red-smartpi"
},
"keywords": [
"node-red",
"smartpi"
],
"author": "Jens Ramhorst",
"license": "",
"bugs": {
"url": "https://github.com/nDenerserve/node-red-smartpi/issues"
},
"homepage": "https://www.enerserve.eu",
"dependencies": {
"fs": ">=0.0.1-security",
"node-watch": ">=0.7.3",
"needle": ">= 3.2.0"
}
}