aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 18:49:28 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 18:49:28 -0500
commit2bd5e8b65b5e015c7c7ceffeff845e41811007ed (patch)
tree93cd402c11465003c2b669f0ac2a8162337e649f /package.json
parent16f9749db5f1e3294b574fd0acddf52280c4bb1d (diff)
parent4963f15ab31406cf1ee53dc4d116eb8f630f2b1a (diff)
downloadfosdem-2018-presentation-2bd5e8b65b5e015c7c7ceffeff845e41811007ed.tar
fosdem-2018-presentation-2bd5e8b65b5e015c7c7ceffeff845e41811007ed.tar.gz
merge in multiplex (#98)
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/package.json b/package.json
index 633171d..5c5f6c3 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,11 @@
"version": "2.3.0",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
+ "subdomain": "revealjs",
+ "scripts": {
+ "test": "grunt jshint",
+ "start": ""
+ },
"author": {
"name": "Hakim El Hattab",
"email": "hakim.elhattab@gmail.com",
@@ -15,14 +20,11 @@
"engines": {
"node": "~0.8.0"
},
- "scripts": {
- "test": "grunt jshint"
- },
"dependencies": {
"underscore": "~1.3.3",
"express": "~2.5.9",
- "socket.io": "~0.9.6",
- "mustache": "~0.4.0"
+ "mustache": "~0.4.0",
+ "socket.io": "~0.9.13"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",