-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathlibrary.json
More file actions
45 lines (45 loc) · 918 Bytes
/
library.json
File metadata and controls
45 lines (45 loc) · 918 Bytes
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": "microReticulum",
"version": "0.3.0",
"description": "Port of Reticulum Network Stack to C++ specifically but not exclusively targeting 32-bit and better MCUs",
"keywords": "reticulum, rns, mesh, embedded, mcu, esp32, nrf52, native",
"repository":
{
"type": "git",
"url": "https://github.com/attermann/microReticulum.git"
},
"authors":
[
{
"name": "Chad Attermann",
"email": "attermann@gmail.com",
"maintainer": true
}
],
"license": "Apache-2.0",
"homepage": "https://reticulum.network/",
"dependencies": [
{
"name": "ArduinoJson",
"version": "~7.4.2"
},
{
"name": "MsgPack",
"version": "~0.4.2"
},
{
"name": "Crypto",
"url": "https://github.com/attermann/Crypto.git"
},
{
"name": "microStore",
"url": "https://github.com/attermann/microStore.git"
}
],
"frameworks": "*",
"platforms": "*",
"export": {},
"exclude": [
".github"
]
}