-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
47 lines (47 loc) · 1.21 KB
/
codemeta.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": [
"SoftwareSourceCode",
"SoftwareApplication"
],
"codeRepository": "https://github.com/SoftwareUnderstanding/completeR",
"issueTracker": "https://github.com/SoftwareUnderstanding/completeR/issues",
"dateCreated": "2021-10-03",
"dateModified": "2022-02-21",
"downloadUrl": "https://github.com/SoftwareUnderstanding/completeR/releases",
"name": "completeR",
"keywords": [
"complete",
"metadata",
"python",
"readme"
],
"programmingLanguage": [
"Python"
],
"softwareRequirements": [
{
"name": "git+git://github.com/SoftwareUnderstanding/code_inspector.git#egg=code_inspector",
"@type": "SoftwareApplication"
},
{
"name": "somef",
"@type": "SoftwareApplication"
}
],
"author": [
{
"@type": "Organization",
"identifier": "SoftwareUnderstanding",
"@id": "https://github.com/SoftwareUnderstanding"
},
{
"@type": "Person",
"name": "Javier de Toro"
}
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/completeR/main/README.md",
"description": [
"A python package that suggests how to complete a readme file"
]
}