-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 858 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
{
"name": "growatt2lorawan-v2",
"version": "0.1.0",
"description": "LoRaWAN Node for Growatt PV-Inverter Modbus Data Interface V2",
"main": "growatt2lorawan-v2.ino",
"frameworks": "arduino",
"platforms": "ESP32",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/growatt2lorawan-vs.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/growatt2lorawan-v2/issues"
},
"homepage": "https://github.com/matthias-bs/growatt2lorawan-v2#README",
"dependencies": {
"RadioLib": "jgromes/RadioLib#semver:^6.6.0",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.2.1",
"ESP32Time": "fbiego/ESP32Time#semver:^2.0.6",
"ModbusMaster": "4-20ma/ModbusMaster#semver:^2.0.1"
}
}