From a2626954de803d0639407eafdf81e42be23e3b6b Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 9 May 2014 09:15:09 -0700 Subject: [PATCH] Added missing deps to package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 56a59158bf8c..cc9e824373fd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,9 @@ "istanbul": "~0.2.4", "load-grunt-config": "~0.7.0", "lodash": "~2.4.1", - "mocha": "~1.17.1" + "bluebird": "~1.2.4", + "mocha": "~1.17.1", + "event-stream": "~3.1.5" }, "scripts": { "test": "grunt test",