aboutsummaryrefslogtreecommitdiff
path: root/coffee/package.json
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-11-08 16:56:36 -0600
committerJoel Martin <github@martintribe.org>2015-01-09 16:16:45 -0600
commit891c3f3b478292ad0bfca44b0dc098a2aecc9a5d (patch)
treed30c7923ffee7699cfca94af84f3be297448fff2 /coffee/package.json
parent9b3362e86a57ed7f14c5fd018c37713185e0c154 (diff)
downloadmal-891c3f3b478292ad0bfca44b0dc098a2aecc9a5d.tar.gz
mal-891c3f3b478292ad0bfca44b0dc098a2aecc9a5d.zip
CoffeeScript: add all steps. Self-hosting.
Diffstat (limited to 'coffee/package.json')
-rw-r--r--coffee/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/coffee/package.json b/coffee/package.json
new file mode 100644
index 0000000..859ec4a
--- /dev/null
+++ b/coffee/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "mal",
+ "version": "0.0.1",
+ "description": "Make a Lisp (mal) language implemented in CoffeeScript",
+ "dependencies": {
+ "ffi": "1.2.x",
+ "coffee-script": "~1.8"
+ }
+}