Skip to content

Commit 379b2a2

Browse files
Add files via upload
1 parent 2f6e4a4 commit 379b2a2

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

code.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "codejson-index-generator",
3+
"description": "Script to create an indexed code.json",
4+
"longDescription": "The GitHub Code.json Index Generator is a Python-based tool that helps federal agencies compile and maintain their code.json files for code.gov compliance. It automatically scans specified GitHub organizations, finds repositories containing code.json files, and combines them into a single indexed file.",
5+
"status": "production",
6+
"permissions": {
7+
"licenses": [
8+
{
9+
"URL": "https://github.com/DSACMS/codejson-index-generator/blob/main/LICENSE",
10+
"name": "CC0-1.0"
11+
}
12+
],
13+
"usageType": "openSource"
14+
},
15+
"organization": "Centers for Medicare & Medicaid Services",
16+
"repositoryURL": "https://github.com/DSACMS/codejson-index-generator",
17+
"vcs": "git",
18+
"laborHours": 2764,
19+
"platforms": [
20+
"mac"
21+
],
22+
"categories": [
23+
"compliance-management",
24+
"data-collection"
25+
],
26+
"softwareType": "standalone/desktop",
27+
"languages": [
28+
"Python"
29+
],
30+
"maintenance": "internal",
31+
"date": {
32+
"created": "2025-01-07T21:26:42Z",
33+
"lastModified": "2025-02-11T21:19:29Z",
34+
"metaDataLastUpdated": "2025-02-11T21:20:49.144Z"
35+
},
36+
"tags": [
37+
"codejson",
38+
"index",
39+
"generator",
40+
"tools"
41+
],
42+
"contact": {
43+
"email": "opensource@cms.hhs.gov",
44+
"name": "CMS Open Source Program Office"
45+
},
46+
"localisation": false,
47+
"repositoryType": "Tools",
48+
"userInput": true,
49+
"fismaLevel": "Low",
50+
"group": "CMS/OA/DSAC",
51+
"subsetInHealthcare": "Operational",
52+
"userType": "Government",
53+
"repositoryHost": "github.com/DSACMS",
54+
"maturityModelTier": 3
55+
}

0 commit comments

Comments
 (0)