mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
b75b3239e7
* Adds package to sources.json * Merges all cmder's lua modules into one -> cmder.lua to exclude future conflicts * Adds external modules loading logic
23 lines
680 B
JSON
23 lines
680 B
JSON
[
|
|
{
|
|
"name": "msysgit",
|
|
"version": "1.9.5-preview",
|
|
"url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/PortableGit-1.9.5-preview20141217.7z"
|
|
},
|
|
{
|
|
"name": "clink",
|
|
"version": "0.4.4",
|
|
"url": "https://github.com/mridgers/clink/releases/download/0.4.4/clink_0.4.4.zip"
|
|
},
|
|
{
|
|
"name": "conemu-maximus5",
|
|
"version": "150215",
|
|
"url": "https://conemu.codeplex.com/downloads/get/1430634"
|
|
},
|
|
{
|
|
"name": "clink-completions",
|
|
"version": "0.1.0",
|
|
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.1.0.zip"
|
|
}
|
|
]
|