|
1 | 1 | { |
2 | 2 | "name": "code-gov", |
| 3 | + "version": "", |
3 | 4 | "description": "Github pages site that provides an inventory of federal government software projects", |
4 | 5 | "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.", |
5 | | - "status": "Active Development", |
| 6 | + "status": "Development", |
6 | 7 | "permissions": { |
7 | | - "license": [ |
| 8 | + "licenses": [ |
8 | 9 | { |
9 | | - "name": "CC0 1.0 Universal", |
| 10 | + "name": "CC0-1.0", |
10 | 11 | "URL": "https://github.com/DSACMS/code-gov/blob/main/LICENSE" |
11 | 12 | } |
12 | 13 | ], |
13 | | - "usageType": "openSource", |
| 14 | + "usageType": ["openSource"], |
14 | 15 | "exemptionText": "" |
15 | 16 | }, |
16 | 17 | "organization": "Centers for Medicare & Medicaid Services", |
17 | 18 | "repositoryURL": "https://github.com/DSACMS/code-gov", |
| 19 | + "repositoryHost": "github.com/DSACMS", |
| 20 | + "repositoryVisibility": "public", |
| 21 | + "homepageURL": "", |
| 22 | + "downloadURL": "", |
| 23 | + "disclaimerURL": "", |
| 24 | + "disclaimerText": "", |
18 | 25 | "vcs": "git", |
19 | | - "laborHours": 37500, |
20 | | - "platforms": ["web"], |
21 | | - "categories": ["knowledge-management", "document-management"], |
| 26 | + "laborHours": 37504, |
| 27 | + "reuseFrequency": { |
| 28 | + "forks": 2, |
| 29 | + "clones": 0 |
| 30 | + }, |
| 31 | + "platforms": [ |
| 32 | + "web" |
| 33 | + ], |
| 34 | + "categories": [ |
| 35 | + "knowledge-management", |
| 36 | + "document-management" |
| 37 | + ], |
22 | 38 | "softwareType": "standalone/web", |
23 | | - "languages": ["Markdown","Javascript","Python"], |
| 39 | + "languages": [ |
| 40 | + "JavaScript", |
| 41 | + "HTML", |
| 42 | + "SCSS", |
| 43 | + "Python", |
| 44 | + "Shell", |
| 45 | + "Nunjucks" |
| 46 | + ], |
24 | 47 | "maintenance": "internal", |
| 48 | + "contractNumber": [], |
| 49 | + "SBOM": "https://github.com/DSACMS/code-gov/network/dependencies", |
| 50 | + "relatedCode": [], |
| 51 | + "reusedCode": [], |
| 52 | + "partners": [], |
25 | 53 | "date": { |
26 | 54 | "created": "2025-05-01T18:39:26Z", |
27 | | - "lastModified": "2025-09-24T14:28:42Z", |
28 | | - "metaDataLastUpdated": "2025-09-25T17:22:34.291Z" |
| 55 | + "lastModified": "2025-11-03T22:23:14Z", |
| 56 | + "metadataLastUpdated": "2025-11-03T22:24:28.025Z" |
29 | 57 | }, |
30 | | - "tags": ["OSPO", "inventory", "documentation"], |
| 58 | + "tags": [ |
| 59 | + "OSPO", |
| 60 | + "inventory", |
| 61 | + "documentation" |
| 62 | + ], |
31 | 63 | "contact": { |
32 | 64 | "email": "opensource@cms.hhs.gov", |
33 | 65 | "name": "CMS Open Source Team" |
34 | 66 | }, |
| 67 | + "feedbackMechanism": "https://github.com/DSACMS/code-gov/issues", |
| 68 | + "AIUseCaseID": "0", |
35 | 69 | "localisation": false, |
36 | 70 | "repositoryType": "standards", |
37 | 71 | "userInput": false, |
38 | | - "fismaLevel": "Low", |
| 72 | + "fismaLevel": "low", |
39 | 73 | "group": "CMS/OA/DSAC", |
40 | | - "subsetInHealthcare": ["Operational"], |
41 | | - "userType": ["Government"], |
42 | | - "repositoryHost": "github.com/DSACMS", |
| 74 | + "projects": [], |
| 75 | + "systems": [], |
| 76 | + "subsetInHealthcare": [ |
| 77 | + "operational" |
| 78 | + ], |
| 79 | + "userType": [ |
| 80 | + "government" |
| 81 | + ], |
43 | 82 | "maturityModelTier": 2 |
44 | 83 | } |
0 commit comments