|
12 | 12 | "express-session": "~1.0.2", |
13 | 13 | "errorhandler": "~1.0.0", |
14 | 14 | "compression": "~1.0.1", |
15 | | - "lodash": "~2.4.1", |
| 15 | + "lodash": "~3.9.3", |
16 | 16 | "jade": "~1.2.0", |
17 | 17 | "ejs": "~0.8.4", |
18 | | - "mongoose": "~3.8.8", |
19 | | - "jsonwebtoken": "^0.3.0", |
20 | | - "express-jwt": "^0.1.3", |
| 18 | + "mongoose": "~4.0.3", |
| 19 | + "jsonwebtoken": "^5.0.0", |
| 20 | + "express-jwt": "^3.0.0", |
21 | 21 | "passport": "~0.2.0", |
22 | 22 | "passport-local": "~0.1.6", |
23 | 23 | "passport-facebook": "latest", |
24 | 24 | "passport-twitter": "latest", |
25 | 25 | "passport-google-oauth": "latest", |
26 | 26 | "composable-middleware": "^0.3.0", |
27 | | - "connect-mongo": "^0.4.1", |
| 27 | + "connect-mongo": "^0.8.1", |
28 | 28 | "socket.io": "^1.0.6", |
29 | 29 | "socket.io-client": "^1.0.6", |
30 | | - "socketio-jwt": "^2.0.2" |
| 30 | + "socketio-jwt": "^3.0.0" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
| 33 | + "gulp": "^3.9.0", |
| 34 | + "gulp-add-src": "^0.2.0", |
| 35 | + "gulp-angular-templatecache": "^1.7.0", |
| 36 | + "gulp-autoprefixer": "2.3.1", |
| 37 | + "gulp-babel": "^5.1.0", |
| 38 | + "gulp-cache": "^0.2.10", |
| 39 | + "gulp-clean": "^0.3.1", |
| 40 | + "gulp-concat": "^2.6.0", |
| 41 | + "gulp-filter": "^2.0.2", |
| 42 | + "gulp-imagemin": "^2.2.1", |
| 43 | + "gulp-inject": "^1.3.1", |
| 44 | + "gulp-jshint": "^1.11.0", |
| 45 | + "gulp-karma": "0.0.4", |
| 46 | + "gulp-livereload": "^3.8.0", |
| 47 | + "gulp-load-plugins": "^1.0.0-rc.1", |
| 48 | + "gulp-minify-css": "^1.1.6", |
| 49 | + "gulp-ngmin": "^0.3.0", |
| 50 | + "gulp-plumber": "^1.0.1", |
| 51 | + "gulp-rev": "^5.0.0", |
| 52 | + "gulp-rev-replace": "^0.4.2", |
| 53 | + "gulp-sourcemaps": "^1.5.2", |
| 54 | + "gulp-svgmin": "^1.1.2", |
| 55 | + "gulp-uglify": "^1.2.0", |
| 56 | + "gulp-useref": "^1.2.0", |
| 57 | + "gulp-util": "^3.0.5", |
| 58 | + "gulp-watch": "^4.2.4", |
| 59 | + "utile": "~0.3.0", |
| 60 | + "nodemon": "^1.3.7", |
| 61 | + "run-sequence": "^1.1.0", |
| 62 | + "lazypipe": "^0.2.4", |
| 63 | + "wiredep": "^2.2.2", |
| 64 | + "gulp-jade": "^1.0.1", |
| 65 | + "gulp-stylus": "^2.0.4", |
| 66 | + "nib": "^1.1.0", |
| 67 | + "gulp-sass": "^2.0.1", |
| 68 | + "gulp-coffeelint": "^0.5.0", |
| 69 | + "gulp-coffee": "^2.3.1", |
33 | 70 | "grunt": "~0.4.4", |
34 | 71 | "grunt-autoprefixer": "~0.7.2", |
35 | 72 | "grunt-wiredep": "~1.8.0", |
|
62 | 99 | "grunt-protractor-runner": "^1.1.0", |
63 | 100 | "grunt-injector": "~0.5.4", |
64 | 101 | "grunt-karma": "~0.8.2", |
65 | | - "grunt-build-control": "DaftMonk/grunt-build-control", |
| 102 | + "grunt-build-control": "~0.4.0", |
66 | 103 | "grunt-mocha-test": "~0.10.2", |
67 | 104 | "grunt-contrib-sass": "^0.7.3", |
68 | 105 | "grunt-contrib-stylus": "latest", |
|
0 commit comments