-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
79 lines (79 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "git+https://github.com/caltechlibrary/CMTools",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"id": "https://ror.org/05dxps055",
"type": "Organization"
},
"email": "[email protected]"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Tom",
"familyName": "Morrell",
"affiliation": {
"id": "https://ror.org/5dxps055",
"type": "Organization"
},
"email": "[email protected]"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"id": "https://ror.org/05dxps055",
"type": "Organization"
},
"email": "[email protected]"
}
],
"dateCreated": "2025-01-07",
"dateModified": "2025-01-29",
"datePublished": "2025-01-29",
"description": "CM Tools provides codemeta tooling for codemeta crosswalks and tooling to use the codemeta.json in a build process.",
"funder": {
"id": "https://ror.org/5dxps055",
"type": "Organization",
"name": "Caltech Library"
},
"funding": "Caltech Library",
"keywords": [
"codemeta",
"cff",
"software",
"code generation"
],
"name": "CMTools",
"license": "https://data.caltech.edu/LICENSE",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": [
"TypeScript"
],
"relatedLink": "https://caltechlibrary.github.io/CMTools",
"runtimePlatform": "Deno",
"softwareRequirements": [
"Deno >= 2.1.7"
],
"version": "0.0.12",
"developmentStatus": "WIP",
"issueTracker": "git+https://github.com/caltechlibrary/CMTools/issues",
"releaseNotes": "Added field=value support to cme"
}