-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
29 lines (29 loc) · 939 Bytes
/
codemeta.json
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A library and command line program for working with Fountain script/screenplay formatted files.",
"name": "fountain",
"codeRepository": "https://github.com/rsdoiel/fountain",
"issueTracker": "https://github.com/rsdoiel/fountain/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"version": "1.0.2",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "inactive",
"keywords": [
"GitHub",
"text markup",
"screen play"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go >= 1.22"
]
}