diff --git a/resources/Dependency.json b/resources/Dependency.json new file mode 100644 index 0000000..4658395 --- /dev/null +++ b/resources/Dependency.json @@ -0,0 +1,25 @@ +{ + "Version": 0.1, + "Mandatory": {}, + "Optional": [ + { + "Name": "foobar2000", + "Modules": [ + "foobar2000" + ] + }, + { + "Name": "foo", + "Modules": [ + "foo", + "bar" + ] + }, + { + "Name": "bar", + "Modules": [ + "bar" + ] + } + ] +}