Skip to content
Open
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
24 changes: 15 additions & 9 deletions code.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codejson-generator",
"name": "private-codejson-generator",
"version": "",
"description": "Form to generate code.json",
"description": "Form to generate code.json from private and public repos",
"longDescription": "A web form where project teams fill out information about their project and creates a completed code.json to add to repositories as part of SHARE IT Act compliance.",
"status": "Production",
"permissions": {
Expand All @@ -11,21 +11,23 @@
"URL": "https://github.com/DSACMS/codejson-generator/blob/main/LICENSE"
}
],
"usageType": ["openSource"],
"usageType": [
"openSource"
],
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/codejson-generator",
"repositoryURL": "https://github.com/DSACMS/private-codejson-generator",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "https://dsacms.github.io/codejson-generator/",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 4172,
"laborHours": 16993,
"reuseFrequency": {
"forks": 7,
"forks": 0,
"clones": 0
},
"platforms": [
Expand All @@ -38,8 +40,12 @@
],
"softwareType": "standalone/web",
"languages": [
"Python",
"C",
"JavaScript",
"HTML",
"HCL",
"Shell",
"CSS"
],
"maintenance": "internal",
Expand All @@ -49,9 +55,9 @@
"reusedCode": [],
"partners": [],
"date": {
"created": "2024-11-22T16:30:29Z",
"lastModified": "2025-10-07T16:56:24Z",
"metadataLastUpdated": "2025-10-30T20:35:02.333Z"
"created": "2025-11-13T20:38:04Z",
"lastModified": "2025-11-25T21:45:18Z",
"metadataLastUpdated": "2025-12-01T01:46:27.440Z"
},
"tags": [
"dsacms-tier3"
Expand Down