Website/slides/talks/reveal.js-3.5.0/plugin/multiplex/package.json
Oliver Kennedy ee650b8dd9 reorg + new talk mats
- Added reveal.js v3.5
- One canonical copy of the JITD and Mimir talks for the tour
- Migrated JITD talk to reveal v3.5
2017-09-23 14:34:02 -04:00

20 lines
393 B
JSON

{
"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"
}