Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 17 additions & 15 deletions code.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "codejson-index-generator",
"version": "",
"description": "Script to create an indexed code.json",
"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.",
"status": "production",
Expand All @@ -14,13 +15,16 @@
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/codejson-index-generator",
"projectURL": "",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 2822,
"laborHours": 2935,
"reuseFrequency": {
"forks": 2,
"forks": 3,
"clones": 0
},
"platforms": [
Expand All @@ -35,34 +39,32 @@
"Python"
],
"maintenance": "internal",
"contractNumber": "",
"contractNumber": [],
"SBOM": "https://github.com/DSACMS/codejson-index-generator/network/dependencies",
"relatedCode": [],
"reusedCode": [],
"partners": [],
"date": {
"created": "2025-01-07T21:26:42Z",
"lastModified": "2025-05-21T16:01:19Z",
"metaDataLastUpdated": "2025-06-10T17:28:18.288Z"
"lastModified": "2025-08-25T18:31:44Z",
"metadataLastUpdated": "2025-10-30T21:21:11.986Z"
},
"tags": [
"codejson",
"index",
"generator",
"tools",
"featured"
"cmsoss-tier3"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": "CMS Open Source Program Office"
},
"feedbackMechanisms": [
"https://github.com/DSACMS/codejson-index-generator/issues"
],
"feedbackMechanism": "https://github.com/DSACMS/codejson-index-generator/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "Tools",
"userInput": true,
"fismaLevel": "Low",
"group": "CMS/OA/DSAC",
"projects": [],
"systems": [],
"upstream": "https://github.com/DSACMS/codejson-index-generator/network/dependencies",
"subsetInHealthcare": [
"Operational"
],
Expand Down