|
3 | 3 | "version": "0.0.0", |
4 | 4 | "main": "server/app.js", |
5 | 5 | "dependencies": { |
6 | | - "express": "~4.9.0", |
7 | | - "morgan": "~1.0.0", |
8 | | - "body-parser": "~1.5.0", |
9 | | - "method-override": "~1.0.0", |
10 | | - "cookie-parser": "~1.0.1", |
11 | | - "express-session": "~1.0.2", |
12 | | - "errorhandler": "~1.0.0", |
13 | | - "compression": "~1.0.1", |
| 6 | + "express": "^4.13.3", |
| 7 | + "morgan": "~1.6.1", |
| 8 | + "body-parser": "^1.13.3", |
| 9 | + "method-override": "^2.3.5", |
| 10 | + "cookie-parser": "^1.3.5", |
| 11 | + "express-session": "^1.11.3", |
| 12 | + "errorhandler": "^1.4.2", |
| 13 | + "compression": "^1.5.2", |
14 | 14 | "composable-middleware": "^0.3.0", |
15 | | - "lodash": "~2.4.1", |
16 | | - "lusca": "1.3.0", |
| 15 | + "lodash": "^3.10.1", |
| 16 | + "lusca": "^1.3.0", |
17 | 17 | "babel-core": "^5.6.4",<% if (filters.jade) { %> |
18 | | - "jade": "~1.2.0",<% } %><% if (filters.html) { %> |
19 | | - "ejs": "~0.8.4",<% } %><% if (filters.mongoose) { %> |
| 18 | + "jade": "^1.11.0",<% } %><% if (filters.html) { %> |
| 19 | + "ejs": "^2.3.3",<% } %><% if (filters.mongoose) { %> |
20 | 20 | "mongoose": "^4.1.2", |
21 | 21 | "bluebird": "^2.9.34", |
22 | 22 | "connect-mongo": "^0.8.1",<% } %><% if (filters.sequelize) { %> |
|
25 | 25 | "express-sequelize-session": "0.4.0",<% } %><% if (filters.auth) { %> |
26 | 26 | "jsonwebtoken": "^5.0.0", |
27 | 27 | "express-jwt": "^3.0.0", |
28 | | - "passport": "~0.2.0", |
29 | | - "passport-local": "~0.1.6",<% } %><% if (filters.facebookAuth) { %> |
| 28 | + "passport": "~0.3.0", |
| 29 | + "passport-local": "^1.0.0",<% } %><% if (filters.facebookAuth) { %> |
30 | 30 | "passport-facebook": "latest",<% } %><% if (filters.twitterAuth) { %> |
31 | 31 | "passport-twitter": "latest",<% } %><% if (filters.googleAuth) { %> |
32 | 32 | "passport-google-oauth": "latest",<% } %><% if (filters.socketio) { %> |
33 | 33 | "socket.io": "^1.3.5", |
34 | 34 | "socket.io-client": "^1.3.5", |
35 | 35 | "socketio-jwt": "^4.2.0",<% } %> |
36 | | - "serve-favicon": "~2.0.1" |
| 36 | + "serve-favicon": "^2.3.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "autoprefixer-core": "^5.2.1", |
|
0 commit comments