aboutsummaryrefslogtreecommitdiff
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 0000000..976e6ae
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "mal",
+ "version": "0.0.1",
+ "description": "Make a Lisp (mal) language implemented in Javascript",
+ "dependencies": {
+ "ffi": "1.2.x"
+ }
+}