{
  "name": "@logisticinfotech/sails-hook-job-queue",
  "version": "0.0.12",
  "description": "sails hook for job-queue with kue",
  "main": "index.js",
  "scripts": {
    "test": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/logisticinfotech/sails-hook-job-queue.git"
  },
  "keywords": [
    "sails",
    "v1",
    "hook",
    "jobs",
    "queue",
    "kue",
    "logistic",
    "library"
  ],
  "author": "Nirav Adatiya <niravjadatiya@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/logisticinfotech/sails-hook-job-queue/issues"
  },
  "dependencies": {
    "kue": "0.11.6"
  },
  "devDependencies": {
    "sails": "^1.1.0"
  },
  "sails": {
    "isHook": true,
    "hookName": "job-queue"
  },
  "homepage": "https://www.logisticinfotech.com/blog/easiest-way-to-create-job-queue-in-sails-with-sails-hook-job-queue/"
}