-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (23 loc) · 732 Bytes
/
package.json
File metadata and controls
28 lines (23 loc) · 732 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
{
"name" : "koneko",
"homepage" : "https://github.com/obfusk/koneko",
"description" : "a concatenative not-quite-lisp for kittens",
"version" : "0.0.2",
"author" : "FC (Fay) Stegerman <flx@obfusk.net>",
"license" : "GPL-3.0-or-later",
"keywords" : [
"programming-language", "functional-programming", "concatenative",
"stack", "lisp", "language"
],
"repository": {
"type" : "git",
"url" : "https://github.com/obfusk/koneko.git"
},
"main" : "js/koneko.js",
"bin" : "./js/cli.sh",
"files" : [
"js/koneko.js", "js/cli.sh", "lib/*.knk", "nya/*.cat",
"README.md", "doc/*.md"
],
"engines" : { "node" : ">=10.17.0" }
}