forked from sgnl05/sgnl05-colorprompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
39 lines (39 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
36
37
38
39
{
"name": "sgnl05-colorprompt",
"version": "2.1.2",
"author": "sgnl05",
"summary": "Add colors to your bash prompt",
"license": "Apache-2.0",
"source": "git://github.com/sgnl05/sgnl05-colorprompt.git",
"project_page": "https://github.com/sgnl05/sgnl05-colorprompt",
"issues_url": "https://github.com/sgnl05/sgnl05-colorprompt/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Fedora"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
}
],
"requirements": [
{
"version_requirement": ">=3.0.0 < 5.0.0",
"name": "puppet"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.0.0 < 5.0.0"}
]
}