Commit da1831ef authored by Alejandro E. Rendon's avatar Alejandro E. Rendon
Browse files

Updated dependencies

parent 0eadaf65
......@@ -6,7 +6,7 @@
"private": true,
"scripts": {
"start": "supervisor -e 'js|node|coffee|ejs|json' ./bin/www",
"test": "./node_modules/jshint/bin/jshint ./bin/www"
"test": "./node_modules/jshint/bin/jshint app.js"
},
"repository": {
"type": "git",
......@@ -21,7 +21,7 @@
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.0",
"body-parser": "1.16.1",
"body-parser": "^1.17.0",
"child_process": "^1.0.2",
"colors": "^1.1.2",
"compression": "^1.6.2",
......@@ -30,26 +30,26 @@
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"crypto-js": "^3.1.9-1",
"debug": "2.4.4",
"debug": "^2.6.1",
"dedent": "^0.7.0",
"ejs": "^2.5.2",
"express": "~4.14.0",
"express": "^4.15.0",
"express-partials": "^0.3.0",
"express-session": "^1.14.2",
"jquery": "^3.1.1",
"jwt-simple": "^0.5.1",
"method-override": "^2.3.7",
"mongoose": "^4.7.0",
"mongoose-findorcreate": "^0.1.2",
"mongoose": "^4.8.5",
"mongoose-findorcreate": "^1.0.0",
"mongoose-timestamp": "^0.6.0",
"morgan": "~1.7.0",
"morgan": "^1.8.1",
"multer": "^1.2.1",
"nodemailer": "^3.0.0",
"nodemailer": "^3.1.4",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"serve-favicon": "^2.4.1",
"simple-ssh": "^0.9.0",
"supervisor": "^0.12.0"
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment