1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"plugins":[{
"name": "plugin_manager",
"version": "0.1",
"description": "A GUI interface to the Adam's lite plugin manager.",
"path": "plugins/plugin_manager.lua",
"mod_version": 3,
"provides": ["plugin-manager"],
"files": [{
"url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-linux",
"arch": "x86_64-linux",
"checksum": "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
}, {
"url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-windows",
"arch": "x86_64-windows",
"checksum": "440cd5dfdcbb63351c078422541631bca07b0ef659cc45d2a9ee779dadee8b43"
}],
"dependencies": { "json": { } }
}, {
"name": "support_json",
"version": "1.0",
"description": "JSON support plugin, provides encoding/decoding.",
"path": "plugins/support_json.lua",
"provides": ["json"]
}]
}
|