mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"version": "latest",
|
|
"license": "Apache-2.0",
|
|
"url": "https://raw.githubusercontent.com/aspnet/Home/danroth27/restorednvm/dnvm.ps1",
|
|
"homepage": "https://github.com/aspnet/Home",
|
|
"env_set": {
|
|
"DNX_HOME": "$dir\\.dnx",
|
|
"DNX_USER_HOME": "$dir\\.dnx"
|
|
},
|
|
"bin": "dnvm.ps1"
|
|
}
|