forked from voxpupuli/puppet-msoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
30 lines (30 loc) · 883 Bytes
/
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
{
"name": "puppet-msoffice",
"version": "1.0.0",
"author": "puppet",
"license": "Apache 2.0",
"summary": "Module for managing Microsoft Office",
"source": "https://github.com/puppet-community/puppet-msoffice",
"project_page": "https://github.com/puppet-community/puppet-msoffice",
"issues_url": "https://github.com/puppet-community/puppet-msoffice/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": ["2008","2008 R2", "2012", "2012 R2"]
}
],
"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 <1.0.0"
}
]
}