Added multiplexing server
This commit is contained in:
46
package.json
46
package.json
@@ -1,20 +1,30 @@
|
||||
{
|
||||
"author": "Hakim El Hattab",
|
||||
"name": "reveal.js",
|
||||
"description": "HTML5 Slideware with Presenter Notes",
|
||||
"version": "1.5.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hakimel/reveal.js.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "~0.6.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore" : "1.3.3",
|
||||
"express" : "2.5.9",
|
||||
"socket.io" : "0.9.6",
|
||||
"mustache" : "0.4.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
"author": "Hakim El Hattab",
|
||||
"name": "reveal.js",
|
||||
"description": "HTML5 Slideware with Presenter Notes",
|
||||
"version": "1.5.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hakimel/reveal.js.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.8.*"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./plugin/multiplex/index.js"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/hakimel/reveal.js/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"underscore": "1.3.3",
|
||||
"express": "2.5.9",
|
||||
"socket.io": "0.9.6",
|
||||
"mustache": "0.4.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"subdomain": "revealjs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user