|
| 1 | +{ |
| 2 | + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
| 3 | + "@id": "https://github.com/stylescape/example-react", |
| 4 | + "@type": "SoftwareSourceCode", |
| 5 | + "applicationCategory": "DeveloperApplication", |
| 6 | + "applicationSubCategory": "Example Project", |
| 7 | + "author": [ |
| 8 | + { |
| 9 | + "@id": "https://orcid.org/0000-0002-8790-8630", |
| 10 | + "@type": "Person", |
| 11 | + "affiliation": { |
| 12 | + "@type": "Organization", |
| 13 | + "name": "Scape Agency" |
| 14 | + }, |
| 15 | + "email": "lars@scape.agency", |
| 16 | + "familyName": "van Vianen", |
| 17 | + "givenName": "Lars Bastiaan" |
| 18 | + } |
| 19 | + ], |
| 20 | + "codeRepository": "https://github.com/stylescape/example-react", |
| 21 | + "contributor": [ |
| 22 | + { |
| 23 | + "@type": "Organization", |
| 24 | + "name": "Scape Agency" |
| 25 | + } |
| 26 | + ], |
| 27 | + "copyrightHolder": { |
| 28 | + "@type": "Organization", |
| 29 | + "name": "Scape Agency" |
| 30 | + }, |
| 31 | + "copyrightYear": 2024, |
| 32 | + "dateCreated": "2024-08-01", |
| 33 | + "dateModified": "2026-01-28", |
| 34 | + "datePublished": "2024-08-01", |
| 35 | + "description": "Stylescape example using React", |
| 36 | + "developmentStatus": "https://www.repostatus.org/#active", |
| 37 | + "downloadUrl": "https://github.com/stylescape/example-react/releases", |
| 38 | + "identifier": "https://github.com/stylescape/example-react", |
| 39 | + "keywords": [ |
| 40 | + "stylescape", |
| 41 | + "css", |
| 42 | + "design-system", |
| 43 | + "example", |
| 44 | + "react", |
| 45 | + "frontend" |
| 46 | + ], |
| 47 | + "license": "https://spdx.org/licenses/MIT.html", |
| 48 | + "name": "Stylescape Example for React", |
| 49 | + "operatingSystem": "Any", |
| 50 | + "programmingLanguage": ["JavaScript", "SCSS", "HTML"], |
| 51 | + "relatedLink": [ |
| 52 | + "https://github.com/stylescape/stylescape" |
| 53 | + ], |
| 54 | + "softwareRequirements": "Node.js >= 22.0.0", |
| 55 | + "url": "https://github.com/stylescape/example-react", |
| 56 | + "version": "0.0.1" |
| 57 | +} |
0 commit comments