-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
27 lines (27 loc) · 1.08 KB
/
project.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
{
"id": "whitespace/kspalaiologos-recreational",
"name": "recreational",
"authors": ["Kamila Szewczyk (Palaiologos)"],
"license": "GPL-3.0",
"languages": ["Whitespace"],
"tags": ["programs"],
"date": "2019-08-30 12:16:06 +2000",
"spec_version": "0.2",
"source": [
"https://github.com/kspalaiologos/recreational",
"https://web.archive.org/web/20230622203235/https://github.com/kspalaiologos/codegolf-submissions",
"https://github.com/wspace/kspalaiologos-codegolf",
"https://codegolf.stackexchange.com/questions/55960/im-not-the-language-youre-looking-for/191063#191063"
],
"submodules": [
{ "path": "recreational", "url": "https://github.com/kspalaiologos/recreational" },
{ "path": "codegolf-submissions", "url": "https://github.com/wspace/kspalaiologos-codegolf" }
],
"challenges": ["Code Golf"],
"whitespace": { "extension": "ws" },
"programs": [
{ "path": "55960.ws", "polyglot": ["Malbolge"], "spec_version": "0.2" },
{ "path": "237085.ws", "spec_version": "0.2" }
],
"notes": "Date from submission date, with timezone from git log"
}