{
  "name": "laravel-queue",
  "version": "1.1.10",
  "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",
  "scripts": {
    "pretest": "./test/scripts/clean.sh",
    "test": "istanbul cover nodeunit -- test/ ",
    "posttest": "./test/scripts/clean.sh",
    "postinstall": "./scripts/install.sh",
    "gen-docs": "jsdoc --configure .jsdoc.json --verbose"
  },
  "bin": {
    "artisan": "./bin/artisan",
    "repl": "./bin/repl"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/icfr/laravel-node-queue.git"
  },
  "keywords": [
    "laravel",
    "job",
    "queue",
    "Broadcast"
  ],
  "author": "ICFR",
  "license": "MIT",
  "dependencies": {
    "bee-queue": "~1.2.2",
    "colors": "~1.3.3",
    "debug-logger": "^0.4.1",
    "diff": "~3.5.0",
    "dotenv": "^2.0.0",
    "each": "^0.6.1",
    "ect": "^0.5.9",
    "fs-promise": "^0.5.0",
    "i18n": "^0.8.3",
    "include-all": "~4.0.3",
    "intercept-stdout": "^0.1.2",
    "ioredis": "~2.5.0",
    "js-beautify": "~1.9.1",
    "lodash": "~4.17.11",
    "lodash-inflection": "~1.5.0",
    "merge": "~1.2.1",
    "mock-stdin": "~0.3.1",
    "mysql": "~2.17.0",
    "nodemailer": "~2.7.2",
    "pad": "~1.2.1",
    "raven": "~0.12.3",
    "readdir": "~0.1.0",
    "rewire": "^2.5.2",
    "sequelize": "~5.7.0",
    "shelljs": "~0.8.3",
    "tmp": "~0.1.0"
  },
  "devDependencies": {
    "minami": "~1.2.3",
    "mysql2": "~1.6.4"
  }
}
