{
  "name": "pl-sails-hook-jobs",
  "version": "0.1.9",
  "description": "Sails JS hook to add async background jobs, using agenda (https://www.npmjs.com/package/agenda).",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/plmaheux/sails-hook-jobs.git"
  },
  "author": "Pierre-Luc Maheux",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plmaheux/sails-hook-jobs/issues"
  },
  "homepage": "https://github.com/plmaheux/sails-hook-jobs",
  "sails": {
    "isHook": true
  },
  "dependencies": {
    "agenda": "0.8.1",
    "include-all": "^0.1.6",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "sails": "~0.11.0"
  },
  "keywords": [ "sails", "sailsjs", "agenda", "jobs", "hook", "coffee", "schedule", "background", "process" ]
}
