-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
64 lines (64 loc) · 1.87 KB
/
Copy pathcode.json
File metadata and controls
64 lines (64 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "semper-admin-portal",
"organization": "SemperAdmin",
"description": "Authoritative, sourced USMC administrative reference portal. Role-based access for Marines, leaders, commanders, and S-1 staff. Covers pay, records, life events, leave mechanics, and reserve operations.",
"version": "0.1.0",
"status": "Active Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "MIT",
"URL": "https://github.com/semperadmin/semperadminportal/blob/main/LICENSE"
}
]
},
"homepageURL": "https://semperadmin.github.io/SemperAdminPortal/",
"downloadURL": "https://github.com/semperadmin/semperadminportal",
"repositoryURL": "https://github.com/semperadmin/semperadminportal",
"repositoryURLType": "git",
"bugsURL": "https://github.com/semperadmin/semperadminportal/issues",
"screenshotURLs": [],
"languages": [
"TypeScript",
"React",
"Next.js",
"Tailwind CSS"
],
"contact": {
"name": "Stephen",
"email": "mcesgrosters@gmail.com",
"URL": "https://github.com/semperadmin/semperadminportal"
},
"date": {
"metadataLastUpdated": "2026-09-01",
"lastModified": "2026-09-01",
"released": "2024-01-01"
},
"laborHours": 0,
"tags": [
"USMC",
"military",
"administrative-reference",
"policy",
"next.js",
"open-source"
],
"disclaimers": "This is an open-source community project. Not an official U.S. Marine Corps resource. Always verify critical policy information with official sources (ALMAR, MCO, NAVMC). See repository for full disclaimer.",
"relatedCode": [
{
"codeName": "code.gov",
"codeURL": "https://code.gov",
"relationship": "Listed on"
}
],
"reusability": "Yes",
"targetOperatingSystems": [
"Linux",
"macOS",
"Windows",
"Web Browser"
],
"developmentStatus": "Active",
"gov.uk": false
}