gitpitch/public/libs/reveal.js/3.7.0/plugin/multiplex/package.json
David Russell af43fbb397 Upgraded GitPitch library dependencies.
- Reveal.js upgraded from 3.6.0 to 3.7.0
- FontAwesome upgraded from 4.6.3 to 4.7.0
2018-08-19 13:09:40 +07:00

20 lines
383 B
JSON

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