-
Notifications
You must be signed in to change notification settings - Fork 1
/
codemeta.json
51 lines (51 loc) · 1.6 KB
/
codemeta.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "git+https://codebase.helmholtz.cloud/m-team/ai/cookiecutter-web/",
"issueTracker": "https://github.com/m-team-kit/cookiecutter-web/issues",
"name": "cookiecutter-web",
"description": "This application provides a 'marketplace' for commonly used [cookiecutter](https://cookiecutter.readthedocs.io/) templates, allowing the user to fill in the configuration online and download the generated project as a .zip file.",
"applicationCategory": "Software templates",
"keywords": [
"templates",
"cookiecutter",
"web service"
],
"programmingLanguage": [
"Javascript",
"Python"
],
"relatedLink": [
"https://templates.services.fedcloud.eu/"
],
"author": [
{
"@type": "Person",
"givenName": "Christophe",
"familyName": "Laures",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Borja",
"familyName": "Esteban",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
},
{
"@type": "Person",
"givenName": "Valentin",
"familyName": "Kozlov",
"affiliation": {
"@type": "Organization",
"name": "KIT"
}
}
]
}