forked from ClusterDuck-Protocol/ClusterDuck-Protocol
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
45 lines (45 loc) · 1.35 KB
/
library.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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ClusterDuck Protocol",
"keywords": "lora, mesh, emergency-network, ducks, owl, iot",
"description": "An open source firmware for a mesh network of Internet-of-Things devices based on LoRa (Long Range radio)",
"authors":
{
"name": "ClusterDuck Protocol",
"email": "info@owlintegrations.com",
"url": "https://owlintegrations.com/"
},
"version": "4.2.0",
"repository":
{
"type": "git",
"url": "https://github.com/ClusterDuck-Protocol/ClusterDuck-Protocol"
},
"frameworks": "arduino",
"platforms": ["espressif32"],
"license": "Apache-2.0",
"export": {
"include": [
"src/*.cpp",
"src/*.h",
"src/Ducks/**",
"src/include/**",
"tools/**",
"examples/1.Ducks/**"
]
},
"examples": [
"[Ee]xamples/*/*.ino"
],
"dependencies": {
"contrem/arduino-timer": "^3.0.1",
"olikraus/U8g2": "^2.35.9",
"bblanchon/ArduinoJson": "^7.0.3",
"bakercp/CRC32": "2.0.0",
"jgromes/RadioLib": "^6.6.0",
"operatorfoundation/Crypto": "^0.4.0",
"me-no-dev/AsyncTCP": "^1.1.1",
"mathieucarbou/ESP Async WebServer": "^2.7.0",
"knolleary/pubsubclient":"^2.8.0",
"mikalhart/TinyGPSPlus": "~1.0.2"
}
}