|
4 | 4 | "dependencies": { |
5 | 5 | "express": "~3.4.3", |
6 | 6 | "lodash": "~2.4.1"<% if (mongo) { %>, |
7 | | - "mongoose": "~3.5.5"<% } %><% if (mongoPassportUser) { %>, |
8 | | - "mongoose-unique-validator": "~0.3.0", |
| 7 | + "mongoose": "~3.8.8"<% } %><% if (mongoPassportUser) { %>, |
9 | 8 | "connect-mongo": "~0.4.0", |
10 | | - "passport": "latest", |
11 | | - "passport-local": "latest"<% } %><% if (jade) { %>, |
12 | | - "jade": "latest"<% } %><% if (!jade) { %>, |
| 9 | + "passport": "~0.2.0", |
| 10 | + "passport-local": "~0.1.6"<% } %><% if (jade) { %>, |
| 11 | + "jade": "~1.2.0"<% } %><% if (!jade) { %>, |
13 | 12 | "ejs": "~0.8.4"<% } %> |
14 | 13 | }, |
15 | 14 | "devDependencies": { |
|
24 | 23 | "grunt-contrib-copy": "~0.4.1", |
25 | 24 | "grunt-contrib-cssmin": "~0.7.0", |
26 | 25 | "grunt-contrib-htmlmin": "~0.1.3", |
27 | | - "jpegtran-bin": "0.2.0", |
28 | | - "grunt-contrib-imagemin": "~0.3.0", |
| 26 | + "grunt-contrib-imagemin": "~0.5.0", |
29 | 27 | "grunt-contrib-jshint": "~0.7.1", |
30 | 28 | "grunt-contrib-uglify": "~0.2.0", |
31 | 29 | "grunt-contrib-watch": "~0.5.2", |
|
0 commit comments