Skip to content
Merged
Changes from all commits
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
69 changes: 54 additions & 15 deletions code.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,83 @@
{
"name": "code-gov",
"version": "",
"description": "Github pages site that provides an inventory of federal government software projects",
"longDescription": "Code-gov is a redux project aiming to replicate the functionality provided by code.gov. This site aims to provide a software inventory and informational resource about open source projects throughout the federal government. This site is populated through GitHub actions and Python scripts that save data that is used by a static eleventy site that replicates the functionality of the old code.gov.",
"status": "Active Development",
"status": "Development",
"permissions": {
"license": [
"licenses": [
{
"name": "CC0 1.0 Universal",
"name": "CC0-1.0",
"URL": "https://github.com/DSACMS/code-gov/blob/main/LICENSE"
}
],
"usageType": "openSource",
"usageType": ["openSource"],
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/code-gov",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 37500,
"platforms": ["web"],
"categories": ["knowledge-management", "document-management"],
"laborHours": 37504,
"reuseFrequency": {
"forks": 2,
"clones": 0
},
"platforms": [
"web"
],
"categories": [
"knowledge-management",
"document-management"
],
"softwareType": "standalone/web",
"languages": ["Markdown","Javascript","Python"],
"languages": [
"JavaScript",
"HTML",
"SCSS",
"Python",
"Shell",
"Nunjucks"
],
"maintenance": "internal",
"contractNumber": [],
"SBOM": "https://github.com/DSACMS/code-gov/network/dependencies",
"relatedCode": [],
"reusedCode": [],
"partners": [],
"date": {
"created": "2025-05-01T18:39:26Z",
"lastModified": "2025-09-24T14:28:42Z",
"metaDataLastUpdated": "2025-09-25T17:22:34.291Z"
"lastModified": "2025-11-03T22:23:14Z",
"metadataLastUpdated": "2025-11-03T22:24:28.025Z"
},
"tags": ["OSPO", "inventory", "documentation"],
"tags": [
"OSPO",
"inventory",
"documentation"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": "CMS Open Source Team"
},
"feedbackMechanism": "https://github.com/DSACMS/code-gov/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "standards",
"userInput": false,
"fismaLevel": "Low",
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"subsetInHealthcare": ["Operational"],
"userType": ["Government"],
"repositoryHost": "github.com/DSACMS",
"projects": [],
"systems": [],
"subsetInHealthcare": [
"operational"
],
"userType": [
"government"
],
"maturityModelTier": 2
}
Loading