-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
47 lines (47 loc) · 967 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mdelaney-xcode",
"version": "0.0.5",
"author": "Mike Delaney",
"summary": "Install Xcode",
"license": "BSD-2-Clause",
"source": "https://github.com/madelaney/puppet-xcode",
"project_page": "https://github.com/madelaney/puppet-xcode",
"issues_url": "https://github.com/madelaney/puppet-xcode/issues",
"tags": [
"xcode",
"mac",
"osx",
"macintosh"
],
"dependencies": [
{
"name":"puppetlabs/stdlib",
"version_requirement":">= 1.0.0"
},
{
"name": "nanliu/staging",
"version_requirement": ">=1.0.3"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Darwin",
"operatingsystemrelease": [
"10.8",
"10.9",
"10.10",
"10.11"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">=3.8.3 <4.0.0"
},
{
"name": "puppet",
"version_requirement": ">=3.8.3 <4.0.0"
}
]
}