Added bcrypt and jsonwebtoken to package list

This commit is contained in:
2017-09-27 16:12:20 +02:00
parent bb6dd1ad59
commit f4aee549be

View File

@@ -5,9 +5,11 @@
"start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js" "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js"
}, },
"dependencies": { "dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "~1.0.1", "body-parser": "~1.0.1",
"cross-env": "^3.1.3", "cross-env": "^3.1.3",
"express": "~4.0.0", "express": "~4.0.0",
"jsonwebtoken": "^8.0.1",
"mongoose": "^3.6.13", "mongoose": "^3.6.13",
"moviedb": "^0.2.10", "moviedb": "^0.2.10",
"node-cache": "^4.1.1", "node-cache": "^4.1.1",