forked from Xumpy/node-red-solaredge-modbus-client
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 791 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
{
"name": "node-red-contrib-solaredge-modbus-client",
"version": "1.0.2",
"description": "Node Red Modbus Client for Solar Edge solar panels",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xumpy/node-red-solaredge-modbus-client.git"
},
"author": "Nico Martens",
"node-red": {
"nodes": {
"solaredge": "se-modbus-json.js"
}
},
"dependencies": {
"modbus-tcp": "^0.4.13"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Xumpy/node-red-solaredge-modbus-client/issues"
},
"homepage": "https://github.com/Xumpy/node-red-solaredge-modbus-client#readme",
"devDependencies": {}
}