diff options
author | Hakim El Hattab | 2016-04-07 10:24:44 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-04-07 10:24:44 +0200 |
commit | 07c2355604ad52103ff95d481252c1ef8086241e (patch) | |
tree | 874bf9d6e550fd053256da9ce3302661bc7cd0cd /plugin/multiplex/package.json | |
parent | 520fa4986eba954cba5d3a0ffa6f3697edba5047 (diff) |
support for standalone multiplexing
Diffstat (limited to 'plugin/multiplex/package.json')
-rw-r--r-- | plugin/multiplex/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json new file mode 100644 index 0000000..368bfd6 --- /dev/null +++ b/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" +} |