-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
43 lines (43 loc) · 1.1 KB
/
codemeta.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "dreamstack-raster",
"description": "Dreamstack Raster",
"version": "0.0.2",
"license": "https://spdx.org/licenses/LicenseRef-Proprietary",
"codeRepository": "https://github.com/scape-agency/dreamstack-raster",
"issueTracker": "https://github.com/scape-agency/dreamstack-raster/issues",
"programmingLanguage": "Python",
"runtimePlatform": "Python 3.12+",
"developmentStatus": "active",
"dateCreated": "2024-11-30",
"keywords": [
"dreamstack",
"raster"
],
"author": [
{
"@type": "Person",
"givenName": "Lars Bastiaan",
"familyName": "van Vianen",
"email": "lars@scape.agency",
"affiliation": {
"@type": "Organization",
"name": "Scape Agency"
}
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Lars Bastiaan",
"familyName": "van Vianen",
"email": "lars@scape.agency"
}
],
"publisher": {
"@type": "Organization",
"name": "Scape Agency",
"url": "https://scape.agency"
}
}