package.json: Versions are mostly fix now. Also updated some packages.
This commit is contained in:
parent
2a2a2b72e9
commit
f310b8f097
54
package.json
54
package.json
|
@ -18,30 +18,30 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "~1.5.2",
|
"async": "1.5.2",
|
||||||
"body-parser": "~1.15.1",
|
"body-parser": "1.15.1",
|
||||||
"command-line-args": "~3.0.0",
|
"command-line-args": "3.0.0",
|
||||||
"command-line-usage": "~3.0.1",
|
"command-line-usage": "3.0.1",
|
||||||
"compression": "~1.6.2",
|
"compression": "1.6.2",
|
||||||
"deep-extend": "~0.4.1",
|
"deep-extend": "0.4.1",
|
||||||
"express": "~4.13.4",
|
"express": "4.13.4",
|
||||||
"glob": "~7.0.3",
|
"glob": "7.0.3",
|
||||||
"http-auth": "~2.3.6",
|
"http-auth": "2.3.9",
|
||||||
"http-errors": "~1.4.0",
|
"http-errors": "1.5.0",
|
||||||
"lodash": "~4.12.0",
|
"lodash": "4.13.1",
|
||||||
"moment": "~2.13.0",
|
"moment": "2.13.0",
|
||||||
"ng-admin": "~0.9.1",
|
"ng-admin": "0.9.1",
|
||||||
"ng-di": "~0.2.1",
|
"ng-di": "0.2.1",
|
||||||
"node-cron": "~1.1.1",
|
"node-cron": "1.1.1",
|
||||||
"nodemailer": "~2.4.1",
|
"nodemailer": "2.4.2",
|
||||||
"nodemailer-html-to-text": "~2.1.0",
|
"nodemailer-html-to-text": "2.1.0",
|
||||||
"request": "~2.72.0",
|
"request": "2.72.0",
|
||||||
"scribe-js": "~2.0.4",
|
"scribe-js": "2.0.4",
|
||||||
"serve-static": "~1.10.2",
|
"serve-static": "1.11.1",
|
||||||
"sqlite3": "~3.1.4"
|
"sqlite3": "3.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"escape-string-regexp": "~1.0.5",
|
"escape-string-regexp": "1.0.5",
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-autoprefixer": "~3.0.4",
|
"grunt-autoprefixer": "~3.0.4",
|
||||||
"grunt-concurrent": "~2.3.0",
|
"grunt-concurrent": "~2.3.0",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"grunt-contrib-copy": "~1.0.0",
|
"grunt-contrib-copy": "~1.0.0",
|
||||||
"grunt-contrib-cssmin": "~1.0.1",
|
"grunt-contrib-cssmin": "~1.0.1",
|
||||||
"grunt-contrib-htmlmin": "~1.4.0",
|
"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-jshint": "~1.0.0",
|
||||||
"grunt-contrib-uglify": "~1.0.1",
|
"grunt-contrib-uglify": "~1.0.1",
|
||||||
"grunt-contrib-watch": "~1.0.0",
|
"grunt-contrib-watch": "~1.0.0",
|
||||||
|
@ -65,10 +65,10 @@
|
||||||
"grunt-svgmin": "~3.2.0",
|
"grunt-svgmin": "~3.2.0",
|
||||||
"grunt-usemin": "~3.1.1",
|
"grunt-usemin": "~3.1.1",
|
||||||
"grunt-wiredep": "~3.0.1",
|
"grunt-wiredep": "~3.0.1",
|
||||||
"imagemin-gifsicle": "~5.0.0",
|
"imagemin-gifsicle": "5.1.0",
|
||||||
"jshint-stylish": "~2.2.0",
|
"jshint-stylish": "2.2.0",
|
||||||
"load-grunt-tasks": "~3.5.0",
|
"load-grunt-tasks": "3.5.0",
|
||||||
"time-grunt": "~1.3.0"
|
"time-grunt": "1.3.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
|
|
Loading…
Reference in a new issue