CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Project: KOB1
Views: 16973
1
{
2
"name": "reveal-js-multiplex",
3
"version": "1.0.0",
4
"description": "reveal.js multiplex server",
5
"homepage": "http://revealjs.com",
6
"scripts": {
7
"start": "node index.js"
8
},
9
"engines": {
10
"node": "~4.1.1"
11
},
12
"dependencies": {
13
"express": "~4.13.3",
14
"grunt-cli": "~0.1.13",
15
"mustache": "~2.2.1",
16
"socket.io": "~1.3.7"
17
},
18
"license": "MIT"
19
}
20
21