Skip to content
Snippets Groups Projects
codemeta.json 1.2 KiB
Newer Older
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/GPL-3.0-only",
    "codeRepository": "git+https://forge.inrae.fr/agroclim/dev-cas.git",
    "dateCreated": "2022-07-07",
    "datePublished": "2022-07-08",
    "dateModified": "2022-09-28",
    "issueTracker": "https://forge.inrae.fr/agroclim/dev-cas/-/issues",
    "name": "dev-cas",
    "version": "1.0.0-SNAPSHOT",
    "description": "Fake implementation of CAS server.",
    "applicationCategory": "web application, CAS",
    "developmentStatus": "wip",
    "funder": {
        "@type": "Organization",
        "name": "INRAE"
    },
    "keywords": [
        "CAS",
        "SSO",
        "development"
    ],
    "programmingLanguage": [
        "Java"
    ],
    "runtimePlatform": [
        "Tomcat"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0001-9016-9720",
            "givenName": "Olivier",
            "familyName": "Maury",
            "email": "Olivier.Maury@inrae.fr",
            "affiliation": {
                "@type": "Organization",
                "name": "INRAE"
            }
        }
    ]
}