Skip to content

Commit 0dbf695

Browse files
Merge pull request #21 from DSACMS/code-json-1749229120319
Update code.json
2 parents 76ff531 + d1b5cd0 commit 0dbf695

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

code.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "gov-codejson",
3+
"version": "2.0.0",
34
"description": "code.json: An agency-wide metadata standard for software projects",
45
"longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on agency software projects in compliance with M-16-21 and the SHARE IT Act.",
56
"status": "Production",
@@ -19,10 +20,15 @@
1920
"repositoryURL": "https://github.com/DSACMS/gov-codejson",
2021
"repositoryHost": "github.com/DSACMS",
2122
"repositoryVisibility": "public",
22-
"vcs": "git",
23+
"homepageURL": "",
24+
"downloadURL": "",
25+
"disclaimerURL": "",
26+
"disclaimerText": "",
27+
"vcs": "git",
2328
"laborHours": 3479,
2429
"reuseFrequency": {
25-
"forks": 2
30+
"forks": 2,
31+
"clones": 0
2632
},
2733
"platforms": [
2834
"web"
@@ -33,7 +39,8 @@
3339
],
3440
"softwareType": "standalone/web",
3541
"languages": [
36-
"javascript"
42+
"Javascript",
43+
"Markdown"
3744
],
3845
"maintenance": "community",
3946
"contractNumber": [],
@@ -77,4 +84,4 @@
7784
"government"
7885
],
7986
"maturityModelTier": 3
80-
}
87+
}

0 commit comments

Comments
 (0)