-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 752 Bytes
/
metadata.json
File metadata and controls
28 lines (28 loc) · 752 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
{
"name": "serial_console",
"version": "0.1.0",
"author": "Igor Muratov <imuratov@box.com>",
"summary": "System serial console setup",
"license": "MIT",
"source": "https://git.dev.box.net/imuratov/serial_console.git",
"project_page": "https://git.dev.box.net/imuratov/serial_console",
"issues_url": "https://git.dev.box.net/imuratov/serial_console/issues",
"tags": [
"serial_console"
],
"dependencies": [],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "6", "6" ]
}
]
}