projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677ef99
)
add mustache dependency
author
Rebecca Murphey
<rmurphey@gmail.com>
Sun, 17 Jun 2012 22:44:27 +0000
(18:44 -0400)
committer
Rebecca Murphey
<rmurphey@gmail.com>
Sun, 17 Jun 2012 22:44:27 +0000
(18:44 -0400)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 68514f439c73012b43d22b8599b6730192211773..b00aaa465dcb56b56b44df054ee76d4ef9fb3611 100644
(file)
--- 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": {}
}