From 6331e7dbb295700772548ac6b07a501c0309013b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 27 Apr 2013 20:39:06 -0400 Subject: Add 'request' library to call out to API --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 82b5929..510a709 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "dependencies": { "express": "3.2.0", - "ejs": "*" + "ejs": "*", + "request": "2.20.x" } } \ No newline at end of file -- cgit v1.2.3