-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
25 lines (25 loc) · 858 Bytes
/
codemeta.json
File metadata and controls
25 lines (25 loc) · 858 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "YOUR DESCRIPTION",
"name": "YOUR REPOSITORY NAME",
"codeRepository": "https://github.com/caltechlibrary/REPONAME",
"issueTracker": "https://github.com/caltechlibrary/REPONAME/issues",
"license": "https://github.com/caltechlibrary/REPONAME/blob/master/LICENSE",
"version": "1.0.0",
"author": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": "California Institute of Technology Library",
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/REPONAME/archive/1.0.0.zip",
"keywords": [
"software",
],
"maintainer": "https://orcid.org/YOUR-ORCID",
}