-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcm_1_test.json
72 lines (72 loc) · 2.2 KB
/
cm_1_test.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "software development",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"affiliation": {
"id": "https://ror.org/05dxps055",
"type": "Organization"
},
"email": "[email protected]",
"familyName": "Doiel",
"givenName": "R. S."
}
],
"codeRepository": "git+https://github.com/caltechlibrary/CMTools",
"contributor": [
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"affiliation": {
"id": "https://ror.org/5dxps055",
"type": "Organization"
},
"email": "[email protected]",
"familyName": "Morrell",
"givenName": "Tom"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"affiliation": {
"id": "https://ror.org/05dxps055",
"type": "Organization"
},
"email": "[email protected]",
"familyName": "Doiel",
"givenName": "R. S."
}
],
"dateCreated": "2025-01-07",
"dateReleased": "2025-01-10",
"releaseNotes": "A proof of concept in user codemeta.json in your build process",
"dateModified": "2025-01-10",
"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"
},
"keywords": [
"software development",
"metadata",
"code generation"
],
"name": "CMTools",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": "TypeScript",
"relatedLink": "https://caltechlibrary.github.io/CMTools",
"runtimePlatform": "Deno",
"softwareRequirements": "Deno >= 2.1.5",
"version": "0.0.1",
"developmentStatus": "concept",
"issueTracker": "git+https://github.com/caltechlibrary/CMTools/issues"
}