|
12 | 12 | "test": "gulp test-deployed" |
13 | 13 | }, |
14 | 14 | "engines": { |
15 | | - "node": "0.12.x" |
| 15 | + "node": "^4.0.0", |
| 16 | + "npm": "^3.0.0" |
16 | 17 | }, |
17 | 18 | "dependencies": { |
18 | 19 | "babel": "^5.8.23", |
19 | | - "body-parser": "^1.13.3", |
| 20 | + "body-parser": "^1.14.0", |
20 | 21 | "compression": "^1.5.2", |
21 | 22 | "connect-flash": "^0.1.1", |
22 | | - "cookie-parser": "^1.3.5", |
23 | | - "express": "^4.13.2", |
| 23 | + "cookie-parser": "^1.4.0", |
| 24 | + "express": "^4.13.3", |
24 | 25 | "express-session": "^1.11.3", |
25 | 26 | "i18n": "^0.5.0", |
26 | 27 | "jade": "^1.11.0", |
27 | 28 | "method-override": "^2.3.5", |
28 | | - "mongoose": "^4.1.0", |
| 29 | + "mongoose": "^4.1.8", |
29 | 30 | "pretty-error": "^1.2.0", |
30 | 31 | "serve-favicon": "^2.3.0" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | 34 | "babel-loader": "^5.3.2", |
34 | 35 | "gulp": "^3.9.0", |
35 | | - "gulp-autoprefixer": "^2.3.1", |
| 36 | + "gulp-autoprefixer": "^3.0.2", |
36 | 37 | "gulp-bump": "^0.3.1", |
37 | | - "gulp-git": "^1.2.4", |
| 38 | + "gulp-git": "^1.4.0", |
38 | 39 | "gulp-imagemin": "^2.3.0", |
39 | 40 | "gulp-livereload": "^3.8.0", |
40 | 41 | "gulp-minify-css": "^1.2.1", |
41 | 42 | "gulp-mocha": "^2.1.3", |
42 | 43 | "gulp-nodemon": "^2.0.4", |
43 | 44 | "gulp-plumber": "^1.0.1", |
44 | | - "gulp-rimraf": "^0.1.0", |
| 45 | + "gulp-rimraf": "^0.1.1", |
45 | 46 | "gulp-shell": "^0.4.3", |
46 | 47 | "gulp-size": "^2.0.0", |
47 | | - "gulp-stylus": "^2.0.6", |
| 48 | + "gulp-stylus": "^2.0.7", |
48 | 49 | "gulp-webpack": "^1.5.0", |
49 | | - "imagemin-pngquant": "^4.1.2", |
| 50 | + "imagemin-pngquant": "^4.2.0", |
50 | 51 | "jshint-stylish": "^2.0.1", |
51 | 52 | "nib": "^1.1.0", |
52 | | - "run-sequence": "^1.1.2", |
53 | | - "webpack": "^1.12.0", |
54 | | - "yargs": "^3.22.2" |
| 53 | + "run-sequence": "^1.1.4", |
| 54 | + "webpack": "^1.12.2", |
| 55 | + "yargs": "^3.26.0" |
55 | 56 | } |
56 | 57 | } |
0 commit comments