forked from megasanjay/upload-to-zenodo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
48 lines (48 loc) · 1.17 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/megasanjay/upload-to-zenodo",
"dateCreated": "2022-06-07",
"datePublished": "2022-06-07",
"dateModified": "2024-02-29",
"issueTracker": "https://github.com/megasanjay/upload-to-zenodo/issues",
"name": "Upload to Zenodo",
"version": {
"options": {},
"loose": false,
"includePrerelease": false,
"raw": "2.0.0",
"major": 2,
"minor": 0,
"patch": 0,
"prerelease": [],
"build": [],
"version": "2.0.0"
},
"description": "A GitHub action to automatically push a release to Zenodo",
"applicationCategory": "Scientific",
"keywords": [
"GitHub"
],
"programmingLanguage": [
"JavaScript"
],
"operatingSystem": [
"Windows 11",
"Big Sur (macOS 11)",
"Ubuntu"
],
"author": [
{
"@type": "Person",
"givenName": "Sanjay",
"familyName": "Soundarajan",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "FAIR Data Innovations Hub"
}
}
]
}