forked from voxpupuli/puppet-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
34 lines (34 loc) · 1018 Bytes
/
Copy pathmetadata.json
File metadata and controls
34 lines (34 loc) · 1018 Bytes
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.2",
"author": "Vox Pupuli",
"license": "MIT",
"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", "2008R2", "2012", "2012R2", "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": "puppet/download_file",
"version_requirement": ">= 1.0.0 <2.0.0"
}
]
}