mirror of
https://github.com/kanaka/mal.git
synced 2024-11-13 01:43:50 +03:00
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"name": "mal",
|
|
"version": "0.0.1",
|
|
"description": "Make a Lisp (mal) language implemented in CoffeeScript",
|
|
"dependencies": {
|
|
"ffi": "1.3.x",
|
|
"coffee-script": "~1.8"
|
|
}
|
|
}
|