generated from caltechlibrary/py-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
codemeta.json
31 lines (31 loc) · 1.05 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Foliage: a tool to do bulk changes in FOLIO using the OKAPI API",
"name": "foliage",
"codeRepository": "https://github.com/caltechlibrary/foliage",
"issueTracker": "https://github.com/caltechlibrary/foliage/issues",
"license": "https://github.com/caltechlibrary/foliage/blob/main/LICENSE",
"version": "1.8.0",
"author": [
{
"@type": "Person",
"givenName": "Mike",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/foliage/archive/main.zip",
"keywords": [
"software",
"science"
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
"funder": {
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
}