-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
metadata.json
34 lines (34 loc) · 928 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
31
32
33
34
{
"name": "thekevjames-homebrew",
"version": "1.9.1",
"author": "thekevjames",
"summary": "Homebrew (+brewcask! +taps!) package installer and provider",
"license": "Apache-2.0",
"source": "https://github.com/TheKevJames/puppet-homebrew",
"project_page": "https://github.com/TheKevJames/puppet-homebrew",
"issues_url": "https://github.com/TheKevJames/puppet-homebrew/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 < 7.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin"
}
],
"requirements": [
{
"name": "ruby",
"version_requirement": ">= 2.2.0 < 3.0.0"
},
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 7.0.0"
}
],
"pdk-version": "1.7.1",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.7.1-0-g810b982"
}