PSCredentialStore/resources/Dependency.json

39 lines
750 B
JSON
Raw Normal View History

2018-03-08 10:57:37 +01:00
{
"Version": 0.1,
"Mandatory": {},
"Optional": [
{
"Name": "foobar2000",
"Modules": [
"foobar2000"
]
},
{
"Name": "foo",
"Modules": [
"foo",
"bar"
]
},
{
"Name": "bar",
"Modules": [
"bar"
]
},
{
2018-03-09 13:58:22 +01:00
"Name": "Existing",
"Modules": [
"PowerShellGet"
]
},
{
"Name": "PSGetMixed",
"Modules": [
"PowerShellGet",
"foobar2000"
]
2018-03-08 10:57:37 +01:00
}
]
}