aboutsummaryrefslogtreecommitdiff
path: root/presentation/revealjs/plugin/multiplex/package.json
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-24 22:22:04 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-24 22:22:04 -0700
commit2211c7687dde28f4cd6460a5bc409917b1d0e48e (patch)
treea4589844bd16aeaf5dfca97842ddd1cab99d6dd7 /presentation/revealjs/plugin/multiplex/package.json
parent4293218d7897c9de3228dbf3f0bb4d4fc38a73cb (diff)
downloadproject-condor.github.io-2211c7687dde28f4cd6460a5bc409917b1d0e48e.tar.gz
project-condor.github.io-2211c7687dde28f4cd6460a5bc409917b1d0e48e.tar.bz2
project-condor.github.io-2211c7687dde28f4cd6460a5bc409917b1d0e48e.zip
Add presentation
Diffstat (limited to 'presentation/revealjs/plugin/multiplex/package.json')
-rw-r--r--presentation/revealjs/plugin/multiplex/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/presentation/revealjs/plugin/multiplex/package.json b/presentation/revealjs/plugin/multiplex/package.json
new file mode 100644
index 0000000..368bfd6
--- /dev/null
+++ b/presentation/revealjs/plugin/multiplex/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "reveal-js-multiplex",
+ "version": "1.0.0",
+ "description": "reveal.js multiplex server",
+ "homepage": "http://lab.hakim.se/reveal-js",
+ "scripts": {
+ "start": "node index.js"
+ },
+ "engines": {
+ "node": "~4.1.1"
+ },
+ "dependencies": {
+ "express": "~4.13.3",
+ "grunt-cli": "~0.1.13",
+ "mustache": "~2.2.1",
+ "socket.io": "~1.3.7"
+ },
+ "license": "MIT"
+}