diff options
| author | Teddy Wing | 2013-04-27 20:39:06 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-04-27 20:39:06 -0400 |
| commit | 6331e7dbb295700772548ac6b07a501c0309013b (patch) | |
| tree | 50dbf4bca8ccd969a2478431d7453e6ee1eca8fa /package.json | |
| parent | 428fd710e2ba40db720e3629a111808f7c5b2655 (diff) | |
| download | Who-am-I-6331e7dbb295700772548ac6b07a501c0309013b.tar.bz2 | |
Add 'request' library to call out to API
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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 |
