-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcodemeta.json
72 lines (72 loc) · 2.07 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "DEVONthink Hacks",
"identifier": "devonthink-hacks",
"description": "Random hacks for working with DEVONthink",
"datePublished": "2024-01-17",
"dateCreated": "2023-12-11",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"copyrightYear": 2024,
"license": "https://github.com/mhucka/devonthink-hacks/blob/main/LICENSE",
"isAccessibleForFree": true,
"codeRepository": "https://github.com/mhucka/devonthink-hacks",
"readme": "https://github.com/mhucka/devonthink-hacks/blob/main/README.md",
"issueTracker": "https://github.com/mhucka/devonthink-hacks/issues",
"downloadUrl": "https://github.com/mhucka/devonthink-hacks/archive/main.zip",
"keywords": [
"software",
"command line",
"macOS",
"shell",
"AppleScript",
"Bash"
],
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "AppleScript",
"version": "2.8",
"url": "https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/"
}
],
"developmentStatus": "active"
}