summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorDavid Banham2012-08-05 23:48:55 +1000
committerDavid Banham2012-08-05 23:48:55 +1000
commit976536d15ec7859313dcbce33c97fdfd69c00eb1 (patch)
treec3e3042c9af198dbf092e9e56ef590277359ab3a /package.json
parent79299d00710e61c7b9cbd9bfda87168b958a836d (diff)
Added multiplexing server
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 28 insertions, 18 deletions
diff --git a/package.json b/package.json
index fa85011..823d951 100644
--- a/package.json
+++ b/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"
}