-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
61 lines (61 loc) · 1.9 KB
/
codemeta.json
File metadata and controls
61 lines (61 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Christopher",
"familyName": "Raquet",
"email": "christopher.raquet@kit.edu",
"@id": "https://orcid.org/0009-0003-2196-9187",
"identifier": "https://orcid.org/0009-0003-2196-9187",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"name": "@kit-data-manager/react-search-component",
"description": "All-in-one component for rendering an elastic search UI for searching anything. Built-in support for visualizing related items in a graph and resolving unique identifiers.",
"version": "0.4.3",
"keywords": [
"react",
"reactjs",
"component",
"elastic",
"search",
"elasticsearch",
"kit-data-manager",
"typescript",
"storybook",
"tailwindcss",
"fair",
"fairdata",
"fairdo",
"fairdigitalobject",
"kit",
"data",
"manager"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Christopher",
"familyName": "Raquet",
"email": "christopher.raquet@kit.edu",
"@id": "https://orcid.org/0009-0003-2196-9187",
"identifier": "https://orcid.org/0009-0003-2196-9187",
"affiliation": "Karlsruhe Institute of Technology (KIT)"
}
],
"license": [
"https://spdx.org/licenses/Apache-2.0"
],
"softwareHelp": "https://kit-data-manager.github.io/react-search-component/",
"codeRepository": "https://github.com/kit-data-manager/react-search-component",
"buildInstructions": "https://kit-data-manager.github.io/react-search-component/",
"url": "https://kit-data-manager.github.io/react-search-component/"
}