-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.json
More file actions
24 lines (24 loc) · 952 Bytes
/
project.json
File metadata and controls
24 lines (24 loc) · 952 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
{
"id": "javascript/loklaan-whitespace-lang",
"name": "whitespace-lang",
"authors": ["Lochlan Bunn"],
"license": "MIT",
"languages": ["JavaScript"],
"tags": ["interpreter", "programs"],
"date": "2018-02-14 07:32:38 +1000",
"spec_version": "0.3",
"source": ["https://github.com/loklaan/whitespace-lang"],
"submodules": [{ "path": "whitespace-lang", "url": "https://github.com/loklaan/whitespace-lang" }],
"packages": [
{
"name": "whitespace-lang",
"registry": "npm",
"url": "https://www.npmjs.com/package/whitespace-lang"
},
{ "name": "notrun-nocode", "registry": "npm", "url": "https://www.npmjs.com/package/notrun-nocode" }
],
"relations": [{ "id": "javascript/vii5ard-whitelips-ide", "type": "fork" }],
"whitespace": { "extension": "ws" },
"programs": [{ "path": "tests.ws", "spec_version": "0.2" }],
"commands": [{ "bin": "index.js", "usage": "[<file>]", "input": "<file> or stdin" }]
}