From 249b97e626a572ed8292eb751cfae4bd352c062a Mon Sep 17 00:00:00 2001 From: Rey Reyes Date: Thu, 14 Apr 2016 09:32:20 -0430 Subject: [PATCH] Update package.json --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28d75f4..ff09b32 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,17 @@ }, "repository": { "type": "git", - "url": "git@bitbucket.org:PosmaGroup/censys-front.git" + "url": "git@bitbucket.org:rey_reyes/masa.git" }, - "author": "Posma Group C.A.", + "author": "Reynaldo Reyes", "license": "MIT", "devDependencies": { "karma": "^0.13.9" }, "dependencies": { + "body-parser": "latest", "express" : "latest", - "gulp":"latest" + "gulp":"latest", + "mongoose":"latest" } }