summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGreg Denehy2017-04-30 17:42:16 +0930
committerGreg Denehy2017-04-30 17:42:16 +0930
commitf8bc6791827b7a291081a32ef3d86f5e23d186e7 (patch)
tree87b004b3f1b0575757de6c42bace8f5330926ae0 /package.json
parent40a46e1c0c7836bdc26d25993a5c785be82e9973 (diff)
parent360bc940062711db9b8020ce4e848f6c37014481 (diff)
Merge branch 'dev' into plugin-key-bindings
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
1 files changed, 17 insertions, 18 deletions
diff --git a/package.json b/package.json
index 15c84d0..eaec2b2 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
{
"name": "reveal.js",
- "version": "3.2.0",
+ "version": "3.5.0",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs",
"main": "js/reveal.js",
"scripts": {
"test": "grunt test",
- "start": "grunt serve"
+ "start": "grunt serve",
+ "build": "grunt"
},
"author": {
"name": "Hakim El Hattab",
@@ -19,27 +20,25 @@
"url": "git://github.com/hakimel/reveal.js.git"
},
"engines": {
- "node": "~4.1.1"
- },
- "dependencies": {
- "underscore": "~1.8.3",
- "express": "~4.13.3",
- "mustache": "~2.1.3",
- "socket.io": "~1.3.7"
+ "node": ">=4.0.0"
},
"devDependencies": {
- "grunt-contrib-qunit": "~0.7.0",
- "grunt-contrib-jshint": "~0.11.3",
+ "express": "~4.14.0",
+ "grunt": "~1.0.1",
+ "grunt-autoprefixer": "~3.0.3",
+ "grunt-cli": "~1.2.0",
+ "grunt-contrib-connect": "~0.11.2",
"grunt-contrib-cssmin": "~0.14.0",
+ "grunt-contrib-jshint": "~0.11.3",
+ "grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "~0.9.2",
- "grunt-contrib-watch": "~0.6.1",
- "grunt-sass": "~1.1.0-beta",
- "grunt-contrib-connect": "~0.11.2",
- "grunt-autoprefixer": "~3.0.3",
+ "grunt-contrib-watch": "~1.0.0",
+ "grunt-sass": "~1.2.0",
+ "grunt-retire": "~0.3.10",
"grunt-zip": "~0.17.1",
- "grunt": "~0.4.5",
- "node-sass": "~3.3.3"
+ "mustache": "~2.2.1",
+ "node-sass": "~3.13.0",
+ "socket.io": "^1.4.8"
},
-
"license": "MIT"
}