From: XhmikosR Date: Sun, 6 Jul 2014 11:36:44 +0000 (+0300) Subject: Add missing modules needed for running the benchmarks. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ef3fe2febf05a549087683909b21b037418342f6;p=html-minifier.git Add missing modules needed for running the benchmarks. --- diff --git a/package.json b/package.json index 8147774..b07e1da 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "uglify-js": "2.4.x" }, "devDependencies": { + "cli-table": "0.3.x", "grunt": "0.4.x", "grunt-contrib-concat": "0.4.x", "grunt-contrib-jshint": "0.10.x", @@ -54,7 +55,8 @@ "grunt-jscs": "0.6.x", "load-grunt-tasks": "0.6.x", "qunit": "0.6.x", - "time-grunt": "0.3.x" + "time-grunt": "0.3.x", + "underscore": "1.6.x" }, "files": [ "dist",