-
Notifications
You must be signed in to change notification settings - Fork 28
/
code.json
52 lines (52 loc) · 1.26 KB
/
code.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "2.0.0",
"measurementType": {
"method": "projects"
},
"agency": "CDC",
"releases": [
{
"name": "opencdc",
"organization": "OCIO",
"description": "Source code for collaborative web site collecting of publicly available resources-code, data, api- from www.cdc.gov that are relevant to the open source community.",
"version": "0.5.0",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0, Apache License 2.0",
"URL": "https://www.apache.org/licenses/LICENSE-2.0.html"
}
]
},
"vcs": "git",
"laborHours": 0,
"status": "Development",
"repositoryURL": "https://github.com/cdcgov/opencdc",
"tags": [
"public health",
"informatics",
"collaboration",
"community"
],
"languages": [
"markdown",
"javascript"
],
"contact": {
"name": "CDC Info",
"email": "cdcinfo@cdc.gov"
},
"date": {
"created": "2018-09-12"
},
"cdc-config": {
"projectType": "config",
"dontCatalog": {
"why": "not code",
"validated": "2018-09-12"
}
}
}
]
}