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:
28567f3
)
package.json for node 0.8+
author
Rebecca Murphey
<rmurphey@gmail.com>
Tue, 11 Sep 2012 16:45:55 +0000
(12:45 -0400)
committer
Rebecca Murphey
<rmurphey@gmail.com>
Tue, 11 Sep 2012 16:45:55 +0000
(12:45 -0400)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index fa85011b32cc41290356c20c7d524e74dd80f6e4..ea6045a711101cfa21f1b38b8ec7bbc20a6e9aa2 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-8,13
+8,13
@@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
- "node": "~0.
6.8
"
+ "node": "~0.
8.0
"
},
"dependencies": {
- "underscore" : "1.3.3",
- "express" : "2.5.9",
- "socket.io" : "0.9.6",
- "mustache" : "0.4.0"
+ "underscore" : "
~
1.3.3",
+ "express" : "
~
2.5.9",
+ "socket.io" : "
~
0.9.6",
+ "mustache" : "
~
0.4.0"
},
"devDependencies": {}
}