mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
24 lines
673 B
JSON
24 lines
673 B
JSON
{
|
|
"lodb": {
|
|
"name": "LoDB",
|
|
"description": "Micro database for Meshtastic - A synchronous, protobuf-based database for Meshtastic",
|
|
"repo": "https://github.com/MeshEnvy/lodb",
|
|
"version": "1.0.0",
|
|
"author": "benallfree",
|
|
"dependencies": {
|
|
"meshtastic": ">=2.7.0"
|
|
}
|
|
},
|
|
"lobbs": {
|
|
"name": "LoBBS",
|
|
"author": "benallfree",
|
|
"description": "BBS for Meshtastic right on the firmware - A full bulletin board system that runs entirely inside the Meshtastic firmware",
|
|
"repo": "https://github.com/MeshEnvy/lobbs",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"lodb": ">=1.0.0",
|
|
"meshtastic": ">=2.7.0"
|
|
}
|
|
}
|
|
}
|