mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"name": "mal-miniMAL",
|
|
"version": "0.0.1",
|
|
"description": "Make a Lisp (mal) language implemented in miniMAL",
|
|
"dependencies": {
|
|
"minimal-lisp": "1.0.2",
|
|
"ffi-napi": "2.4.x"
|
|
}
|
|
}
|