-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
30 lines (30 loc) · 1009 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
30
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A library and command line program for working with fdx (Final Draft XML), osf, Fade In and Fountain formatted Screen Play files.",
"name": "scripttool",
"codeRepository": "https://github.com/rsdoiel/scripttool",
"issueTracker": "https://github.com/rsdoiel/scripttool/issues",
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"releaseNotes": "updated license",
"version": "0.0.10",
"author": [
{
"@type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-0900-6903"
}
],
"developmentStatus": "active",
"keywords": [
"Github",
"text markup",
"screen play"
],
"maintainer": "https://orcid.org/0000-0003-0900-6903",
"programmingLanguage": [
"Go"
]
}