mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"name": "mal",
|
|
"version": "0.0.1",
|
|
"description": "Make a Lisp (mal) language implemented in Javascript",
|
|
"dependencies": {
|
|
"ffi-napi": "2.4.x"
|
|
}
|
|
}
|