diff --git a/package.json b/package.json index 0622255b221bb99b85f6a060f88e8bc3fa17c883..c9c05b1e5588b4657251f21c368b6f013b4153e9 100644 --- a/package.json +++ b/package.json @@ -15,38 +15,54 @@ "dependencies": { "agenda": "^0.9.1", "apicache": "0.7.0", + "babel-cli": "^6.26.0", + "babel-core": "^6.26.3", + "babel-preset-es2015": "^6.24.1", + "babel-register": "^6.26.0", "bcrypt-nodejs": "0.0.3", - "body-parser": "^1.13.1", + "body-parser": "^1.18.3", "chai": "^3.5.0", "chai-http": "^3.0.0", + "chai-xml": "^0.3.2", "chalk": "^1.1.3", "compression": "^1.7.3", "cookie-parser": "^1.3.5", - "cors": "^2.7.1", - "csv-express": "^1.1.0", + "cors": "^2.8.4", + "csv-express": "^1.2.2", "debug": "~2.3.x", "dirty-chai": "^1.2.2", - "express": "^4.13.0", + "eslint": "^3.19.0", + "eslint-plugin-import": "^2.14.0", + "eslint-plugin-react": "^6.10.3", + "express": "^4.16.4", "forever": "^0.15.2", + "gulp-babel": "^6.1.3", + "gulp-cli": "^1.4.0", + "gulp-function": "^2.2.14", + "gulp-istanbul": "^1.1.3", + "gulp-plumber": "^1.2.0", + "gulp-rename": "^1.4.0", + "gulp-uglify": "^2.1.2", "js2xmlparser": "^2.0.2", - "jsonexport": "^2.0.9", - "jwt-simple": "^0.5.0", - "lodash": "^4.17.2", - "method-override": "^2.3.3", - "mocha": "^3.1.2", + "jsdoc": "^3.5.5", + "jsonexport": "^2.3.0", + "jwt-simple": "^0.5.5", + "lodash": "^4.17.11", + "method-override": "^2.3.10", + "mocha": "^3.5.3", "monetdb-pool": "0.0.8", - "mongoose": "^4.6.0", - "nconf": "^0.8.x", + "mongoose": "^4.13.17", + "nconf": "^0.8.5", "node-uuid": "^1.4.8", - "nodemailer": "^4.0.1", + "nodemailer": "^4.6.8", "nodemailer-html-to-text": "^2.1.0", - "oauth2orize": "^1.8.1", + "oauth2orize": "^1.11.0", "passport": "^0.3.2", "passport-http-bearer": "^1.0.1", "passport-oauth2-client-password": "^0.1.2", - "request": "^2.81.0", - "squel": "^5.4.2", - "winston": "^2.2.0" + "request": "^2.88.0", + "squel": "^5.12.2", + "winston": "^2.4.4" }, "license": "MIT", "devDependencies": {