-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
57 lines (57 loc) · 1.81 KB
/
codemeta.json
File metadata and controls
57 lines (57 loc) · 1.81 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@id": "https://github.com/stylescape/example-svelte",
"@type": "SoftwareSourceCode",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Example Project",
"author": [
{
"@id": "https://orcid.org/0000-0002-8790-8630",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Scape Agency"
},
"email": "lars@scape.agency",
"familyName": "van Vianen",
"givenName": "Lars Bastiaan"
}
],
"codeRepository": "https://github.com/stylescape/example-svelte",
"contributor": [
{
"@type": "Organization",
"name": "Scape Agency"
}
],
"copyrightHolder": {
"@type": "Organization",
"name": "Scape Agency"
},
"copyrightYear": 2024,
"dateCreated": "2024-08-01",
"dateModified": "2026-01-28",
"datePublished": "2024-08-01",
"description": "Stylescape example using Svelte",
"developmentStatus": "https://www.repostatus.org/#active",
"downloadUrl": "https://github.com/stylescape/example-svelte/releases",
"identifier": "https://github.com/stylescape/example-svelte",
"keywords": [
"stylescape",
"css",
"design-system",
"example",
"svelte",
"frontend"
],
"license": "https://spdx.org/licenses/MIT.html",
"name": "Stylescape Example for Svelte",
"operatingSystem": "Any",
"programmingLanguage": ["JavaScript", "SCSS", "HTML"],
"relatedLink": [
"https://github.com/stylescape/stylescape"
],
"softwareRequirements": "Node.js >= 22.0.0",
"url": "https://github.com/stylescape/example-svelte",
"version": "0.0.1"
}