/ lib / SDCardManager / library.json
library.json
 1  {
 2    "name": "SDCardManager",
 3    "version": "2.0.0",
 4    "description": "SD card file system utilities",
 5    "authors": [
 6      {
 7        "name": "CidVonHighwind",
 8        "url": "https://github.com/CidVonHighwind"
 9      },
10      {
11        "name": "Dave Allie",
12        "url": "https://github.com/daveallie"
13      }
14    ],
15    "dependencies": {
16      "greiman/SdFat": "^2.3.1"
17    },
18    "platforms": "espressif32",
19    "frameworks": ["arduino", "espidf"]
20  }