From 2e6e2e0dce5578a67f41ce66a94a87e933eb3325 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Mon, 3 Feb 2014 15:08:42 -0300 Subject: [PATCH] added new dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index faf621f..682dbfb 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,8 @@ "sinon": "~1.7.3", "chai": "~1.8.1", "bitcore": "git://github.com/bitpay/bitcore.git", - "bufferput": "git://github.com/bitpay/node-bufferput.git" + "bufferput": "git://github.com/bitpay/node-bufferput.git", + "xmlhttprequest": "~1.6.0" }, "devDependencies": { "grunt-contrib-watch": "latest",