diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-16 13:17:06 +0000 |
| commit | dc46b87abee1e441c07524ddde67fd902a919336 (patch) | |
| tree | 13eba08b8655dfd78e9600ec5f612011a0bf3b35 /package.json | |
| parent | 26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff) | |
added some dependencies to package.json
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": { |
