forked from voxpupuli/puppet-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
34 lines (34 loc) · 1.01 KB
/
metadata.json
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
27
28
29
30
31
32
33
34
{
"name": "puppet-dotnet",
"version": "1.0.1",
"author": "puppet-community",
"license": "Apache 2.0",
"summary": "'Module to manage the Microsoft .NET framework",
"source": "https://github.com/puppet-community/puppet-dotnet",
"project_page": "https://github.com/puppet-community/puppet-dotnet",
"issues_url": "https://github.com/puppet-community/puppet-dotnet/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": ["XP","Vista", "2008", "2008", "2008 R2", "2012", "2012 R2", "7", "8", "8.1"]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0 <5.0.0"
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.0 <2.0.0"
},
{
"name": "liamjbennett/win_facts",
"version_requirement": ">= 0.0.1 <2.0.0"
},
{
"name": "opentable/download_file",
"version_requirement": ">= 1.0.0 <2.0.0"
}
]
}