|
12 | 12 | "express-session": "~1.0.2", |
13 | 13 | "errorhandler": "~1.0.0", |
14 | 14 | "compression": "~1.0.1", |
15 | | - "lodash": "~2.4.1",<% if (filters.jade) { %> |
16 | | - "jade": "~1.2.0",<% } %><% if (filters.html) { %> |
| 15 | + "lodash": "~2.4.1",<% if(filters.jade) { %> |
| 16 | + "jade": "~1.2.0",<% } %><% if(filters.html) { %> |
17 | 17 | "ejs": "~0.8.4",<% } %><% if(filters.mongoose) { %> |
18 | 18 | "mongoose": "~3.8.8",<% } %><% if(filters.auth) { %> |
19 | 19 | "jsonwebtoken": "^0.3.0", |
|
24 | 24 | "passport-twitter": "latest",<% } %><% if(filters.googleAuth) { %> |
25 | 25 | "passport-google-oauth": "latest",<% } %> |
26 | 26 | "composable-middleware": "^0.3.0", |
27 | | - "connect-mongo": "^0.4.1", |
28 | | - "socket.io": "~0.9.16", |
29 | | - "socketio-jwt": "^2.0.2" |
| 27 | + "connect-mongo": "^0.4.1"<% if(filters.socketio) { %>, |
| 28 | + "socket.io": "~1.0.6", |
| 29 | + "socketio-jwt": "^2.0.2"<% } %> |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "grunt": "~0.4.4", |
33 | 33 | "grunt-autoprefixer": "~0.7.2", |
34 | 34 | "grunt-bower-install": "~1.4.0", |
35 | 35 | "grunt-concurrent": "~0.5.0", |
36 | 36 | "grunt-contrib-clean": "~0.5.0", |
37 | | - "grunt-contrib-compass": "~0.7.2", |
38 | 37 | "grunt-contrib-concat": "~0.4.0", |
39 | 38 | "grunt-contrib-copy": "~0.5.0", |
40 | 39 | "grunt-contrib-cssmin": "~0.9.0", |
41 | 40 | "grunt-contrib-htmlmin": "~0.2.0", |
42 | 41 | "grunt-contrib-imagemin": "~0.7.1", |
43 | 42 | "grunt-contrib-jshint": "~0.10.0", |
44 | 43 | "grunt-contrib-uglify": "~0.4.0", |
45 | | - "grunt-contrib-watch": "~0.6.1", |
46 | | - "grunt-contrib-coffee": "^0.10.1", |
47 | | - "grunt-contrib-jade": "^0.11.0", |
48 | | - "grunt-contrib-less": "^0.11.0", |
| 44 | + "grunt-contrib-watch": "~0.6.1",<% if(filters.coffee) { %> |
| 45 | + "grunt-contrib-coffee": "^0.10.1",<% } %><% if(filters.jade) { %> |
| 46 | + "grunt-contrib-jade": "^0.11.0",<% } %><% if(filters.less) { %> |
| 47 | + "grunt-contrib-less": "^0.11.0",<% } %> |
49 | 48 | "grunt-google-cdn": "~0.4.0", |
50 | 49 | "grunt-newer": "~0.7.0", |
51 | 50 | "grunt-ngmin": "~0.0.3", |
|
0 commit comments