|
35 | 35 | "boilerplate"
|
36 | 36 | ],
|
37 | 37 | "dependencies": {
|
38 |
| - "bluebird": "3.1.4", |
39 |
| - "body-parser": "1.14.2", |
40 |
| - "compression": "1.6.1", |
41 |
| - "cookie-parser": "1.4.1", |
42 |
| - "cors": "2.7.1", |
43 |
| - "debug": "2.2.0", |
44 |
| - "express": "4.13.1", |
45 |
| - "express-validation": "0.4.5", |
46 |
| - "express-winston": "1.2.0", |
47 |
| - "http-status": "0.2.0", |
48 |
| - "joi": "7.2.3", |
49 |
| - "lodash": "4.0.1", |
50 |
| - "method-override": "2.3.5", |
51 |
| - "mongoose": "4.3.7", |
52 |
| - "morgan": "1.6.1", |
53 |
| - "winston": "2.1.1" |
| 38 | + "bluebird": "^3.1.4", |
| 39 | + "body-parser": "^1.14.2", |
| 40 | + "compression": "^1.6.1", |
| 41 | + "cookie-parser": "^1.4.1", |
| 42 | + "cors": "^2.7.1", |
| 43 | + "debug": "^2.2.0", |
| 44 | + "express": "~4.13.1", |
| 45 | + "express-validation": "^0.4.5", |
| 46 | + "express-winston": "^1.2.0", |
| 47 | + "http-status": "^0.2.0", |
| 48 | + "joi": "^7.2.3", |
| 49 | + "lodash": "^4.0.1", |
| 50 | + "method-override": "^2.3.5", |
| 51 | + "mongoose": "^4.3.7", |
| 52 | + "morgan": "~1.6.1", |
| 53 | + "winston": "^2.1.1" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "babel-cli": "6.5.1",
|
57 | 57 | "babel-core": "6.5.2",
|
58 | 58 | "babel-plugin-add-module-exports": "0.1.2",
|
59 | 59 | "babel-preset-es2015": "6.5.0",
|
60 | 60 | "babel-preset-stage-2": "6.5.0",
|
61 |
| - "chai": "3.4.1", |
| 61 | + "chai": "^3.4.1", |
62 | 62 | "commitizen": "2.5.0",
|
63 |
| - "coveralls": "2.11.6", |
| 63 | + "coveralls": "^2.11.6", |
64 | 64 | "cz-conventional-changelog": "1.1.5",
|
65 |
| - "del": "2.2.0", |
66 |
| - "eslint": "1.10.3", |
| 65 | + "del": "^2.2.0", |
| 66 | + "eslint": "^1.10.3", |
67 | 67 | "eslint-config-airbnb": "5.0.1",
|
68 | 68 | "ghooks": "1.0.3",
|
69 |
| - "gulp": "3.9.0", |
| 69 | + "gulp": "^3.9.0", |
70 | 70 | "gulp-babel": "6.1.2",
|
71 |
| - "gulp-env": "0.4.0", |
72 |
| - "gulp-eslint": "1.1.1", |
73 |
| - "gulp-istanbul": "0.10.3", |
74 |
| - "gulp-load-plugins": "1.2.0", |
75 |
| - "gulp-mocha": "2.2.0", |
76 |
| - "gulp-newer": "1.1.0", |
77 |
| - "gulp-nodemon": "2.0.6", |
78 |
| - "gulp-plumber": "1.0.1", |
79 |
| - "gulp-sourcemaps": "1.6.0", |
80 |
| - "gulp-util": "3.0.7", |
| 71 | + "gulp-env": "^0.4.0", |
| 72 | + "gulp-eslint": "^1.1.1", |
| 73 | + "gulp-istanbul": "^0.10.3", |
| 74 | + "gulp-load-plugins": "^1.2.0", |
| 75 | + "gulp-mocha": "^2.2.0", |
| 76 | + "gulp-newer": "^1.1.0", |
| 77 | + "gulp-nodemon": "^2.0.6", |
| 78 | + "gulp-plumber": "^1.0.1", |
| 79 | + "gulp-sourcemaps": "^1.6.0", |
| 80 | + "gulp-util": "^3.0.7", |
81 | 81 | "isparta": "4.0.0",
|
82 |
| - "mocha": "2.3.4", |
83 |
| - "run-sequence": "1.1.5", |
84 |
| - "supertest": "1.1.0", |
85 |
| - "supertest-as-promised": "2.0.2", |
| 82 | + "mocha": "^2.3.4", |
| 83 | + "run-sequence": "^1.1.5", |
| 84 | + "supertest": "^1.1.0", |
| 85 | + "supertest-as-promised": "^2.0.2", |
86 | 86 | "validate-commit-msg": "2.0.0"
|
87 | 87 | },
|
88 | 88 | "license": "MIT",
|
|
0 commit comments