1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/coffee/package.json
2018-11-28 17:12:17 -06:00

10 lines
212 B
JSON

{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in CoffeeScript",
"dependencies": {
"ffi-napi": "2.4.x",
"coffeescript": "~1.8"
}
}