From ef3fe2febf05a549087683909b21b037418342f6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Jul 2014 14:36:44 +0300 Subject: [PATCH] Add missing modules needed for running the benchmarks. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- 2.34.1