-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.42 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.42 KB
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": "@smappee/node-red-contrib-smappee",
"version": "0.1.8",
"description": "Smappee Node-RED contains Smappee nodes and example flows",
"author": "Smappee NV",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/smappee/node-red-contrib-smappee#readme",
"scripts": {
"postinstall": "node ./tools/run.js install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:smappee/node-red-contrib-smappee.git"
},
"keywords": [
"node-red",
"smappee",
"iot"
],
"directories": {
"doc": "./docs"
},
"node-red": {
"nodes": {
"aggregated": "node-device/node-aggregated.js",
"aggregated-switch": "node-device/node-aggregated-switch.js",
"device": "node-device/node-device.js",
"switch-state": "node-device/node-switch-state.js",
"presence": "node-device/node-presence.js",
"realtime": "node-device/node-realtime.js",
"charge-system-config": "node-ev/node-charge-system-config.js",
"charge-point": "node-ev/node-charge-point.js",
"ocpp-request": "node-ev/node-ocpp-request.js",
"connection": "node-knx/node-connection.js",
"destination": "node-knx/node-destination.js",
"gateway": "node-knx/node-gateway.js",
"solaredge": "node-solar/node-solaredge.js",
"solaredge-site-config": "node-solar/node-solaredge-site-config.js"
}
}
}