-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
138 lines (138 loc) · 4.28 KB
/
codemeta.json
File metadata and controls
138 lines (138 loc) · 4.28 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@id": "https://github.com/stylescape/stylescape",
"@type": "SoftwareSourceCode",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Design Framework",
"author": [
{
"@id": "https://orcid.org/0000-0002-8790-8630",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Scape Agency"
},
"email": "[email protected]",
"familyName": "van Vianen",
"givenName": "Lars Bastiaan"
}
],
"buildInstructions": "https://github.com/stylescape/stylescape#readme",
"citation": [
{
"@type": "CreativeWork",
"name": "stylescape",
"url": "https://github.com/stylescape/stylescape"
}
],
"codeRepository": "https://github.com/stylescape/stylescape",
"contIntegration": "https://github.com/stylescape/stylescape/actions",
"contributor": [
{
"@type": "Organization",
"name": "Scape Agency"
}
],
"copyrightHolder": {
"@type": "Organization",
"name": "Scape Agency"
},
"copyrightYear": 2024,
"creator": [
{
"@id": "https://orcid.org/0000-0002-8790-8630",
"@type": "Person",
"familyName": "van Vianen",
"givenName": "Lars Bastiaan"
}
],
"dateCreated": "2024-01-01",
"dateModified": "2026-01-21",
"datePublished": "2024-01-01",
"description": "Stylescape is a modular, scalable, and customizable design framework for streamlining style and layout design for web and print media.",
"developmentStatus": "https://www.repostatus.org/#active",
"downloadUrl": "https://github.com/stylescape/stylescape/releases",
"editor": [],
"embargoDate": null,
"funder": [],
"funding": "https://github.com/sponsors/scape-foundation",
"hasPart": [],
"identifier": "https://github.com/stylescape/stylescape",
"installUrl": "https://www.npmjs.com/package/stylescape",
"isAccessibleForFree": true,
"isPartOf": null,
"issueTracker": "https://github.com/stylescape/stylescape/issues",
"keywords": [
"stylescape",
"sass",
"scss",
"css",
"responsive",
"front-end",
"layout-engine",
"framework",
"web",
"design-system",
"typescript"
],
"license": "https://spdx.org/licenses/MIT.html",
"maintainer": [
{
"@type": "Person",
"email": "[email protected]",
"familyName": "van Vianen",
"givenName": "Lars"
}
],
"memoryRequirements": null,
"name": "stylescape",
"operatingSystem": ["Linux", "macOS", "Windows"],
"permissions": [],
"processorRequirements": null,
"producer": {
"@type": "Organization",
"name": "Scape Agency",
"url": "https://www.scape.agency/"
},
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "TypeScript"
},
{
"@type": "ComputerLanguage",
"name": "SCSS"
},
{
"@type": "ComputerLanguage",
"name": "JavaScript"
}
],
"provider": {
"@type": "Organization",
"name": "Scape Agency",
"url": "https://www.scape.agency/"
},
"publisher": {
"@type": "Organization",
"email": "[email protected]",
"name": "Scape Agency",
"url": "https://www.scape.agency/"
},
"readme": "https://github.com/stylescape/stylescape/blob/main/README.md",
"referencePublication": null,
"relatedLink": ["https://www.scape.style/"],
"releaseNotes": "https://github.com/stylescape/stylescape/releases",
"runtimePlatform": ["Node.js >= 18"],
"sameAs": ["https://www.npmjs.com/package/stylescape"],
"softwareHelp": "https://github.com/stylescape/stylescape#readme",
"softwareRequirements": ["Node.js >= 18"],
"softwareSuggestions": [],
"softwareVersion": "0.3.10",
"sponsor": [],
"storageRequirements": null,
"supportingData": null,
"targetProduct": null,
"url": "https://www.scape.style/",
"version": "0.3.15"
}