Update package.json

This commit is contained in:
David Baldwynn 2016-04-21 13:17:53 -07:00
parent fa26e9d15a
commit ba1457af5f

View file

@ -22,24 +22,24 @@
"postinstall": "bower install --config.interactive=false; grunt build"
},
"dependencies": {
"async": "~2.0.0-rc.3",
"body-parser": "~1.15.0",
"bower": "~1.7.9",
"async": "^1.4.2",
"body-parser": "~1.14.1",
"bower": "~1.6.5",
"chalk": "~1.1.1",
"compression": "~1.6.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.1.0",
"consolidate": "~0.14.0",
"connect-mongo": "~0.8.2",
"consolidate": "~0.13.1",
"cookie-parser": "~1.4.0",
"email-verification": "whitef0x0/node-email-verification",
"express": "~4.13.3",
"express-device": "~0.4.2",
"express-session": "~1.13.0",
"express-session": "~1.12.1",
"forever": "~0.15.1",
"fs-extra": "~0.28.0",
"grunt": "~0.4.1",
"fs-extra": "~0.26.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "~2.1.0",
"grunt-concurrent": "~2.3.0",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
@ -52,28 +52,28 @@
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"helmet": "~1.3.0",
"jit-grunt": "~0.10.0",
"helmet": "~0.14.0",
"jit-grunt": "^0.9.1",
"lodash": "^2.4.1",
"main-bower-files": "~2.11.1",
"main-bower-files": "~2.9.0",
"math": "0.0.3",
"method-override": "~2.3.0",
"mongoose": "~3.8.8",
"mongoose-utilities": "~0.1.1",
"morgan": "~1.7.0",
"morgan": "~1.6.1",
"multer": "~1.1.0",
"node-freegeoip": "0.0.1",
"nodemailer": "~2.3.2",
"passport": "~0.3.2",
"passport-facebook": "~2.1.0",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"nodemailer": "~1.10.0",
"passport": "~0.3.0",
"passport-facebook": "~2.0.0",
"passport-github": "~1.0.0",
"passport-google-oauth": "~0.2.0",
"passport-linkedin": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"pdffiller": "~0.1.1",
"raven": "~0.10.0",
"soap": "~0.14.0",
"raven": "^0.9.0",
"soap": "^0.11.0",
"swig": "~1.4.1"
},
"devDependencies": {
@ -83,7 +83,6 @@
"grunt-mocha-test": "~0.12.1",
"istanbul": "^0.4.0",
"jasmine-core": "^2.4.1",
"grunt-karma": "~0.12.2",
"karma": "~0.13.14",
"karma-chrome-launcher": "~0.2.1",
"karma-coverage": "~0.5.3",