{ "name": "microReticulum", "version": "0.2.4", "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": { "ArduinoJson": "~7.4.2", "MsgPack": "~0.4.2" }, "frameworks": "*", "platforms": "*", "export": {}, "exclude": [ ".github" ] }