-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.json
More file actions
29 lines (29 loc) · 860 Bytes
/
project.json
File metadata and controls
29 lines (29 loc) · 860 Bytes
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
{
"id": "whitespace/kenrube-esopoly",
"name": "EsoPoly",
"authors": ["Ivan Zolotarev"],
"license": "MIT",
"languages": ["Whitespace"],
"tags": ["programs"],
"date": "2016-09-13 12:08:23 +0600",
"spec_version": "0.2",
"source": ["https://github.com/kenrube/Esopoly"],
"submodules": [{ "path": "Esopoly", "url": "https://github.com/kenrube/Esopoly" }],
"whitespace": { "extension": "ws" },
"programs": [
{
"path": "source",
"aux": [
"sources/Malbolge/source.mb",
"sources/Brainfuck/source.bf",
"sources/Whitespace/source.ws",
"sources/Spoon/source.spoon",
"sources/asdf/source.asdf",
"sources/123/source.123",
"sources/EXCON/source.excon"
],
"polyglot": ["Malbolge", "Brainfuck", "Spoon", "asdf", "123", "EXCON"],
"spec_version": "0.2"
}
]
}