diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index b441a94..57164d6 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/HumairAK/solutions_repo.git" + "url": "https://gitlab.com/kdam0/solutions_repo.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/HumairAK/solutions_repo/issues" + "url": "https://gitlab.com/kdam0/solutions_repo/issues" }, - "homepage": "https://github.com/HumairAK/solutions_repo#readme", + "homepage": "https://gitlab.com/kdam0/solutions_repo/#readme", "dependencies": { "bcrypt-nodejs": "0.0.3", "body-parser": "^1.15.2", @@ -41,12 +41,14 @@ "mongo-factory": "^1.0.0", "mongodb": "^2.2.2", "node-sass": "^4.5.2", + "nodemailer": "latest", "object-assign": "^4.1.0", "passport": "^0.3.2", "passport-facebook": "^2.1.1", "passport-local": "^1.0.0", "promise": "^7.1.1", "sanitizer": "^0.1.3", + "socket.io": "latest", "underscore": "^1.8.3" }, "devDependencies": { |
