forked from NLeSC/boatswain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
29 lines (29 loc) · 900 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": "http://schema.org",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/NLeSC/boatswain",
"datePublished": "2018-01-16",
"author": [{
"@type": "Person",
"givenName": "Berend",
"familyName": "Weel",
"affiliation": {
"@type": "Organization",
"legalName": "Netherlands eScience Center"
}
}, {
"@type": "Person",
"additionalName": "H.",
"givenName": "Jurriaan",
"familyName": "Spaaks",
"affiliation": {
"@type": "Organization",
"legalName": "Netherlands eScience Center"
}
}],
"keywords": ["docker", "docker-compose", "containers"],
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"version": "1.0.4",
"identifier": "https://doi.org/10.5281/zenodo.1149011",
"name": "boatswain"
}