Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icfr committed Sep 22, 2016
1 parent 71bfd7b commit 3365902
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.2",
"description": "run job from laravel",
"main": "index.js",
"homepage":"https://github.com/icfr/laravel-node-queue",
"bugs":"https://github.com/icfr/laravel-node-queue/issues",
"homepage": "https://github.com/icfr/laravel-node-queue",
"bugs": "https://github.com/icfr/laravel-node-queue/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretest": "./test/scripts/clean.sh",
"test": "istanbul cover nodeunit -- test/ --reporter nested",
"postinstall": "./scripts/install.sh"
},
"bin": {
Expand All @@ -28,18 +29,22 @@
"dependencies": {
"bee-queue": "^0.3.0",
"bluebird": "^3.4.6",
"colors": "^1.1.2",
"debug-logger": "^0.4.1",
"diff": "^3.0.0",
"dotenv": "^2.0.0",
"each": "^0.6.1",
"ect": "^0.5.9",
"fs-promise": "^0.5.0",
"i18n": "^0.8.3",
"include-all": "^0.1.6",
"intercept-stdout": "^0.1.2",
"ioredis": "^1.15.1",
"js-beautify": "^1.6.4",
"lodash": "^4.15.0",
"lodash-inflection": "^1.3.0",
"merge": "^1.2.0",
"mock-stdin": "^0.3.0",
"mysql": "^2.11.1",
"nodemailer": "^2.6.0",
"pad": "^1.0.1",
Expand Down

0 comments on commit 3365902

Please sign in to comment.