-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 978 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
{
"name": "growatt2lorawan",
"version": "0.3.0",
"description": "LoRaWAN Node for Growatt PV-Inverter Modbus Data Interface",
"main": "growatt2lorawan.ino",
"frameworks": "arduino",
"platforms": "ESP32",
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/growatt2lorawan.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/growatt2lorawan/issues"
},
"homepage": "https://github.com/matthias-bs/growatt2lorawan#README",
"dependencies": {
"arduino-lmic": "mcci-catena/arduino-lmic.git#v4.1.1",
"arduino-lorawan": "mcci-catena/arduino-lorawan.git#v0.10.0",
"Catena-mcciadk": "mcci-catena/Catena-mcciadk.git#v0.2.2",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.2.1",
"ESP32Time": "fbiego/ESP32Time#semver:^2.0.6",
"ModbusMaster": "4-20ma/ModbusMaster#semver:^2.0.1"
}
}