diff --git a/code.json b/code.json index 257836e3ad..2596f1a131 100644 --- a/code.json +++ b/code.json @@ -1,25 +1,25 @@ { "name": "metrics", "description": "Experimentations in Open Source Repository Metrics", - "longDescription": "", - "status": "", + "longDescription": "The CMS Repository Metrics Website shows an overview of software development activity across open source projects within a specified organization. This webpage is meant to be used by developers and program managers interested in repository health within CMS open source projects.", + "status": "Production", "permissions": { "license": [ { - "name": "", - "URL": "" + "name": "CC0 1.0 Universal", + "URL": "https://github.com/DSACMS/metrics/blob/main/LICENSE.md" } ], - "usageType": "", + "usageType": "openSource", "exemptionText": "" }, - "organization": "", + "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/metrics", "vcs": "git", "laborHours": 20475, - "platforms": [], - "categories": [], - "softwareType": "", + "platforms": ["web"], + "categories": ["data-visualization", "data-analytics"], + "softwareType": "standalone/web", "languages": [ "Liquid", "JavaScript", @@ -27,25 +27,25 @@ "Shell", "Python" ], - "maintenance": "", + "maintenance": "internal", "date": { "created": "2023-07-18T14:10:58Z", "lastModified": "2025-02-11T19:10:14Z", "metaDataLastUpdated": "2025-02-11T19:20:16.212Z" }, - "tags": [], + "tags": ["metrics", "ospo", "repository"], "contact": { - "email": "", - "name": "" + "email": "opensource@cms.hhs.gov", + "name": "CMS/OA/DSAC" }, "localisation": false, - "repositoryType": "", + "repositoryType": "website", "userInput": "No", "fismaLevel": "Low", "group": "CMS/OA/DSAC", "subsetInHealthcare": "Operational", "userType": "Government", "repositoryHost": "Github.com", - "maturityModelTier": "3", + "maturityModelTier": 3, "projectType": "Website" -} \ No newline at end of file +}