aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-09-03 20:49:51 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-09-03 20:49:51 -0400
commit4251c5cd4d3bbbabe9cafd04b6c5026740b9a269 (patch)
treeb8524e935b734aa1d90d7aff4bebe5bf80fd636b /package.json
parenta0f0371fb19d7188f67fb67ea348c788f4476e7c (diff)
downloadfreenode-live-2017-presentation-4251c5cd4d3bbbabe9cafd04b6c5026740b9a269.tar
freenode-live-2017-presentation-4251c5cd4d3bbbabe9cafd04b6c5026740b9a269.tar.gz
update grunt and node dependency versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 8da6168..214bbe3 100644
--- a/package.json
+++ b/package.json
@@ -21,19 +21,19 @@
"node": "~0.8.0"
},
"dependencies": {
- "underscore": "~1.3.3",
+ "underscore": "~1.5.1",
"express": "~2.5.9",
- "mustache": "~0.4.0",
+ "mustache": "~0.7.2",
"socket.io": "~0.9.13"
},
"devDependencies": {
"grunt-contrib-qunit": "~0.2.2",
- "grunt-contrib-jshint": "~0.2.0",
+ "grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-cssmin": "~0.4.1",
- "grunt-contrib-uglify": "~0.1.1",
- "grunt-contrib-watch": "~0.2.0",
- "grunt-contrib-sass": "~0.2.2",
- "grunt-contrib-connect": "~0.2.0",
+ "grunt-contrib-uglify": "~0.2.4",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-contrib-sass": "~0.5.0",
+ "grunt-contrib-connect": "~0.4.1",
"grunt-zip": "~0.7.0",
"grunt": "~0.4.0"
},