{
  "name": "sails-hook-resque",
  "version": "1.1.2",
  "description": "Resque support for sails.js",
  "main": "index.js",
  "sails": {
    "isHook": true
  },
  "scripts": {
    "test": "NODE_ENV=test node ./node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/konstantinzolotarev/sails-hook-resque.git"
  },
  "keywords": [
    "sails",
    "sails.js",
    "resque",
    "tasks",
    "background-tasks"
  ],
  "author": "Konstantin Zolotarev <konstantin.zolotarev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/konstantinzolotarev/sails-hook-resque/issues"
  },
  "homepage": "https://github.com/konstantinzolotarev/sails-hook-resque",
  "dependencies": {
    "async": "^1.5.0",
    "include-all": "^0.1.6",
    "lodash": "^3.10.1",
    "node-resque": "^1.1.3"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "chance": "^0.8.0",
    "mocha": "^2.3.4",
    "sails": "^0.11.3",
    "sinon": "^1.17.2"
  }
}
