aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 68514f4..b00aaa4 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
},
"dependencies": {
"express" : "2.5.9",
- "socket.io" : "0.9.6"
+ "socket.io" : "0.9.6",
+ "mustache" : "0.4.0"
},
"devDependencies": {}
}