-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.json
51 lines (51 loc) · 1.41 KB
/
code.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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "repodive-tools",
"description": "Scripts and tools to gather information about git repositories.",
"longDescription": "This repository is a collection of scripts and tools for a given repodiving effort. Repodiving in this context means going through a git repository and gathering relevant information for a specific purpose.",
"status": "production",
"permissions": {
"licenses": [
{
"URL": "LICENSE",
"name": "CC0-1.0"
}
]
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/repodive-tools",
"vcs": "git",
"laborHours": 3097,
"platforms": [
"mac"
],
"categories": [
"data-collection","data-analytics"
],
"softwareType": "standalone/backend",
"languages": [
"Shell",
"Python"
],
"maintenance": "internal",
"date": {
"created": "2024-07-30T16:54:18Z",
"lastModified": "2025-02-12T18:20:52Z",
"metaDataLastUpdated": "2025-02-12T18:21:43.233Z"
},
"tags": [
"git","repository","scripts","repodiving"
],
"contact": {
"email": "[email protected]",
"name": "CMS Open Source Program Office"
},
"localisation": false,
"repositoryType": "Tools",
"userInput": true,
"fismaLevel": "Low",
"group": "CMS/OA/DSAC",
"subsetInHealthcare": "Operational",
"userType": "Government",
"repositoryHost": "github.com/DSACMS",
"maturityModelTier": 1
}