-
Notifications
You must be signed in to change notification settings - Fork 6
/
metadata.json
35 lines (35 loc) · 881 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
{
"author": "Gary A. Stafford",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0" }
],
"license": "Apache-2.0",
"name": "garystafford-docker_compose",
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"15.04"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6.6",
"7"
]
}
],
"project_page": "https://github.com/garystafford/garystafford-docker_compose",
"requirements": [],
"source": "https://github.com/garystafford/garystafford-docker_compose",
"issues_url": "https://github.com/garystafford/garystafford-docker_compose/issues",
"summary": "Downloads and installs Docker Compose",
"tags": [
"Docker",
"Compose",
"docker-compose"
],
"version": "0.4.2"
}