mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
9c870227ac
GitPitch default reveal.js dependency is now 3.4.1. Also added support for new PITCHME.yaml property, called revealjs-version. This property allows a presentation owner to specify a specific version of reveal.js to use with their presentation. Currently supported versions are 3.4.1 or 3.3.1.
20 lines
393 B
JSON
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"
|
|
}
|