-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
34 lines (34 loc) · 846 Bytes
/
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
{
"name": "node-red-contrib-smartmeter",
"version": "0.6.3",
"description": "Node, that reads and parses values from smartmeter devices",
"main": "smartmeter.js",
"dependencies": {
"serialport": "^9.2.8",
"smartmeter-obis": "^2.3.0"
},
"keywords": [
"node-red",
"smartmeter",
"sml",
"d0",
"jsonefr"
],
"node-red": {
"nodes": {
"smartmeter": "smartmeter.js",
"smartmeter-connection": "smartmeter-connection.js"
}
},
"author": "Sebastian B.",
"license": "MIT",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/coolchip/node-red-contrib-smartmeter"
},
"bugs": {
"url": "https://github.com/coolchip/node-red-contrib-smartmeter/issues"
},
"homepage": "https://github.com/coolchip/node-red-contrib-smartmeter#readme"
}