From 4881281ea11f2ecdd927cc8c0c262ddff7354ca3 Mon Sep 17 00:00:00 2001
From: Victor Powell <vp@uber.com>
Date: Wed, 6 Jan 2016 13:01:58 -0800
Subject: [PATCH] Add the grunt-cli as a dependency instead of assuming global
 grunt.

---
 package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 7f058f34..fd8e36cb 100644
--- a/package.json
+++ b/package.json
@@ -22,10 +22,11 @@
     "node": "~4.1.1"
   },
   "dependencies": {
-    "underscore": "~1.8.3",
     "express": "~4.13.3",
+    "grunt-cli": "^0.1.13",
     "mustache": "~2.1.3",
-    "socket.io": "~1.3.7"
+    "socket.io": "~1.3.7",
+    "underscore": "~1.8.3"
   },
   "devDependencies": {
     "grunt-contrib-qunit": "~0.7.0",