{ "plugins": [ { "name": "plugin_manager", "version": "0.1", "description": "A GUI interface to the Adam's lite plugin manager.", "path": "plugins/plugin_manager", "mod_version": 3, "provides": [ "plugin-manager" ], "files": [ { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-linux", "arch": "x86_64-linux", "checksum": "d5cce5e1bccd277d9f0164adaf95b3f2f13b0c708475637a4e255b8b80e256d9" }, { "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.1/lpm.x86_64-windows.exe", "arch": "x86_64-windows", "checksum": "c8bb23e311f1cdc06228eada958e477139cd09631a633bba753f5ec92e44bc2c" } ], "dependencies": { "json": {} } }, { "name": "json", "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", "type": "library", "path": "plugins/json.lua", "provides": [ "json" ] } ] }