aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTeddy Wing2013-04-27 20:39:06 -0400
committerTeddy Wing2013-04-27 20:39:06 -0400
commit6331e7dbb295700772548ac6b07a501c0309013b (patch)
tree50dbf4bca8ccd969a2478431d7453e6ee1eca8fa /package.json
parent428fd710e2ba40db720e3629a111808f7c5b2655 (diff)
downloadWho-am-I-6331e7dbb295700772548ac6b07a501c0309013b.tar.bz2
Add 'request' library to call out to API
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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