-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathRa.json
More file actions
44 lines (43 loc) · 1.03 KB
/
Ra.json
File metadata and controls
44 lines (43 loc) · 1.03 KB
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
{
"version": "2.0.0",
"agency": "USAF",
"measurementType": {
"method": "linesOfCode"
},
"releases": [
{
"organization": "USAF 192 Support Squadron",
"version": "0.1.0",
"name": "Ra",
"description": "The tool is used to generate Network Configuration Files, based on JSON input files.",
"tags": [
"Rust"
],
"contact": {
"email": "jwillman@jhics.org",
"name": "John Edward Willman V"
},
"status": "Production",
"vcs": "git",
"languages": [
"Rust"
],
"repositoryURL": "https://github.com/192-support-squadron/ra",
"permissions": {
"licenses": [
{
"URL": "https://github.com/192-support-squadron/ra/blob/main/LICENSE",
"name": "Apache 2.0"
}
],
"usageType": "openSource"
},
"laborHours": 200,
"date": {
"created": "2024-01-1",
"lastModified": "2024-07-23",
"metadataLastUpdated": "2024-07-23"
}
}
]
}