{ "name":"sysvars", "description":"Key-Value JSON file storage library the ESP8266 and ESP32 SoC", "keywords":"file, storage", "authors": { "name": "Pavel Brychta", "maintainer": true }, "repository": { "type": "git", "url": "https://git.xpablo.cz/xPablo.cz/sysvars.git" }, "dependencies": [ { "name":"ArduinoJson", "version":"https://github.com/bblanchon/ArduinoJson.git" } ], "version": "0.0.2", "license": "MIT", "frameworks": "arduino", "platforms": ["espressif8266", "espressif32"], "build": { "libCompatMode": 2, "libLDFMode": "deep" } }