-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode.json
More file actions
49 lines (49 loc) · 1.87 KB
/
code.json
File metadata and controls
49 lines (49 loc) · 1.87 KB
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
{
"name": "{{ cookiecutter.project_name }}",
"description": "{{ cookiecutter.description }}",
"longDescription": "{{ cookiecutter.long_description }}",
"status": "{{ cookiecutter.status }}",
"permissions": {
"licenses": [
{
"URL": "LICENSE",
"name": "{{ cookiecutter.license }}"
}
],
"usageType": "{{ cookiecutter.usage_type }}",
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}",
"repositoryHost": "{{ cookiecutter.repository_host }}",
"repositoryVisibility": "{{ cookiecutter.repository_visibility}}",
"vcs": "{{ cookiecutter.vcs }}",
"laborHours": [""],
"reuseFrequency": {
"forks": "{{ cookiecutter.forks }}"
},
"platforms": [ "{{ cookiecutter.platforms }}" ],
"categories": [ "{{ cookiecutter.categories }}" ],
"softwareType": "{{ cookiecutter.software_type }}",
"languages": [ "{{ cookiecutter.languages }}" ],
"maintenance": "{{ cookiecutter.maintenance }}",
"contractNumber": "{{ cookiecutter.contract_number }}",
"date": [""],
"tags": [ "{{ cookiecutter.tags }}" ],
"contact": {
"email": "{{ cookiecutter.contact_email }}",
"name": "{{ cookiecutter.contact_name }}"
},
"feedbackMechanisms": ["{{ cookiecutter.feedback_mechanisms }}"],
"localisation": "{{ cookiecutter.localisation }}",
"repositoryType": "{{ cookiecutter.repository_type }}",
"userInput": "{{ cookiecutter.user_input }}",
"fismaLevel": "{{ cookiecutter.fisma_level }}",
"group": "{{ cookiecutter.group }}",
"projects": ["{{ cookiecutter.projects }}"],
"systems": ["{{ cookiecutter.systems }}"],
"upstream": ["{{ cookiecutter.upstream }}"],
"subsetInHealthcare": ["{{ cookiecutter.subset_in_healthcare }}"],
"userType": ["{{ cookiecutter.user_type }}"],
"maturityModelTier": 3
}