aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRebecca Murphey <rmurphey@gmail.com>2012-06-07 23:21:14 -0400
committerRebecca Murphey <rmurphey@gmail.com>2012-06-07 23:21:14 -0400
commit60f2eb9fb3c4443fbc43d387e866f383f0f70d67 (patch)
tree116d482d7a041f4424d2851bf04dad4247a09cf2 /package.json
parent5d979fdf4a8738ed83e9c4f2827c42ceae247cd8 (diff)
downloadfreenode-live-2017-presentation-60f2eb9fb3c4443fbc43d387e866f383f0f70d67.tar
freenode-live-2017-presentation-60f2eb9fb3c4443fbc43d387e866f383f0f70d67.tar.gz
taking a stab at a presenter notes server
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..68514f4
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "author": "Hakim El Hattab",
+ "name": "Reveal.js",
+ "description": "HTML5 Slideware with Presenter Notes",
+ "version": "1.5.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hakimel/reveal.js.git"
+ },
+ "engines": {
+ "node": "~0.6.8"
+ },
+ "dependencies": {
+ "express" : "2.5.9",
+ "socket.io" : "0.9.6"
+ },
+ "devDependencies": {}
+}