aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRebecca Murphey <rmurphey@gmail.com>2012-06-17 18:44:27 -0400
committerRebecca Murphey <rmurphey@gmail.com>2012-06-17 18:44:27 -0400
commit6d1a78091a1fcc811f9b9990b4e4a0b4110dbc05 (patch)
tree1ef4c17774e9c7c3d598eda9aa3c471e611e48ad /package.json
parent677ef9919be61249c2527086e093333b9f2ec03d (diff)
downloadfreenode-live-2017-presentation-6d1a78091a1fcc811f9b9990b4e4a0b4110dbc05.tar
freenode-live-2017-presentation-6d1a78091a1fcc811f9b9990b4e4a0b4110dbc05.tar.gz
add mustache dependency
Diffstat (limited to 'package.json')
-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": {}
}