diff options
author | Marvin Borner | 2020-05-05 18:13:11 +0200 |
---|---|---|
committer | Marvin Borner | 2020-05-05 18:13:11 +0200 |
commit | e5ada93506f2b46f280c9334c0954e6b7c4f597d (patch) | |
tree | 019be692e1cb22b4b02c89231bd88cfc930d866c /plugin/multiplex/package.json | |
parent | a840a022669adcc88fba3339378a0328d7b3032e (diff) |
New project layout
Diffstat (limited to 'plugin/multiplex/package.json')
-rw-r--r-- | plugin/multiplex/package.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json deleted file mode 100644 index bbed77a..0000000 --- a/plugin/multiplex/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "reveal-js-multiplex", - "version": "1.0.0", - "description": "reveal.js multiplex server", - "homepage": "http://revealjs.com", - "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" -} |