-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
32 lines (32 loc) · 1.01 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "google-scholar-plugin",
"version": "0.1.0",
"description": "A plugin for AutoGPT that searches Google Scholar and returns results in a JSON structure.",
"author": {
"@type": "Person",
"name": "Kristian Garza",
"email": "[email protected]"
},
"url": "https://github.com/kjgarza/google-scholar-plugin",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/kjgarza/google-scholar-plugin",
"issueTracker": "https://github.com/kjgarza/google-scholar-plugin/issues",
"softwareRequirements": [
{
"@type": "SoftwareSourceCode",
"name": "scholarly",
"version": ">=1.0,<2.0"
}
],
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Python",
"url": "https://www.python.org/",
"version": "3.6, 3.7, 3.8, 3.9"
},
"runtimePlatform": "OS Independent",
"developmentStatus": "3 - Alpha",
"targetProduct": "AutoGPT"
}