package.json: Versions are mostly fix now. Also updated some packages.

This commit is contained in:
baldo 2016-06-11 17:47:17 +02:00
parent 2a2a2b72e9
commit f310b8f097

View file

@ -18,30 +18,30 @@
},
"dependencies": {
"async": "~1.5.2",
"body-parser": "~1.15.1",
"command-line-args": "~3.0.0",
"command-line-usage": "~3.0.1",
"compression": "~1.6.2",
"deep-extend": "~0.4.1",
"express": "~4.13.4",
"glob": "~7.0.3",
"http-auth": "~2.3.6",
"http-errors": "~1.4.0",
"lodash": "~4.12.0",
"moment": "~2.13.0",
"ng-admin": "~0.9.1",
"ng-di": "~0.2.1",
"node-cron": "~1.1.1",
"nodemailer": "~2.4.1",
"nodemailer-html-to-text": "~2.1.0",
"request": "~2.72.0",
"scribe-js": "~2.0.4",
"serve-static": "~1.10.2",
"sqlite3": "~3.1.4"
"async": "1.5.2",
"body-parser": "1.15.1",
"command-line-args": "3.0.0",
"command-line-usage": "3.0.1",
"compression": "1.6.2",
"deep-extend": "0.4.1",
"express": "4.13.4",
"glob": "7.0.3",
"http-auth": "2.3.9",
"http-errors": "1.5.0",
"lodash": "4.13.1",
"moment": "2.13.0",
"ng-admin": "0.9.1",
"ng-di": "0.2.1",
"node-cron": "1.1.1",
"nodemailer": "2.4.2",
"nodemailer-html-to-text": "2.1.0",
"request": "2.72.0",
"scribe-js": "2.0.4",
"serve-static": "1.11.1",
"sqlite3": "3.1.4"
},
"devDependencies": {
"escape-string-regexp": "~1.0.5",
"escape-string-regexp": "1.0.5",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~3.0.4",
"grunt-concurrent": "~2.3.0",
@ -53,7 +53,7 @@
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-htmlmin": "~1.4.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-imagemin": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
@ -65,10 +65,10 @@
"grunt-svgmin": "~3.2.0",
"grunt-usemin": "~3.1.1",
"grunt-wiredep": "~3.0.1",
"imagemin-gifsicle": "~5.0.0",
"jshint-stylish": "~2.2.0",
"load-grunt-tasks": "~3.5.0",
"time-grunt": "~1.3.0"
"imagemin-gifsicle": "5.1.0",
"jshint-stylish": "2.2.0",
"load-grunt-tasks": "3.5.0",
"time-grunt": "1.3.0"
},
"engines": {
"node": ">=0.10.0"