forked from poise/supervisor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
38 lines (38 loc) · 769 Bytes
/
metadata.json
File metadata and controls
38 lines (38 loc) · 769 Bytes
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
{
"name": "supervisor",
"version": "0.4.15",
"description": "Installs supervisor and provides resources to configure services",
"long_description": "",
"maintainer": "Noah Kantrowitz",
"maintainer_email": "noah@coderanger.net",
"license": "Apache 2.0",
"platforms": {
"ubuntu": ">= 0.0.0",
"debian": ">= 0.0.0",
"redhat": ">= 0.0.0",
"centos": ">= 0.0.0",
"fedora": ">= 0.0.0",
"amazon": ">= 0.0.0",
"smartos": ">= 0.0.0"
},
"dependencies": {
"poise-python": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"supervisor": "Installs and configures supervisord"
}
}