1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 18:48:12 +03:00
mal/coffee/package.json
2015-08-22 13:41:46 -05:00

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"
}
}