From fffc4ec949aef48a463ddcfaea32e7eebc8b92a6 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Fri, 26 Dec 2014 00:03:40 -0800 Subject: [PATCH] update package.json information and add node-rest-client --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 67ebda643c..ccea3f6e78 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "hackathon-starter", - "version": "2.3.3", + "name": "freecodecamp", + "version": "0.1.0", "repository": { "type": "git", - "url": "https://github.com/sahat/hackathon-starter.git" + "url": "https://github.com/freecodecamp/freecodecamp.git" }, "scripts": { "start": "node app.js", @@ -44,6 +44,7 @@ "newrelic": "^1.13.3", "node-foursquare": "^0.2.1", "node-linkedin": "^0.3.4", + "node-rest-client": "^1.4.3", "nodemailer": "^1.3.0", "passport": "^0.2.1", "passport-facebook": "^1.0.3",