UNPKG

@edy/sails-hook-resque

Version:
43 lines (42 loc) 1.04 kB
{ "name": "@edy/sails-hook-resque", "version": "3.4.0", "description": "Resque support for sails.js v1.0", "main": "index.js", "sails": { "isHook": true }, "scripts": { "test": "NODE_ENV=test node ./node_modules/mocha/bin/mocha", "release": "release-it --no-git.requireCleanWorkingDir" }, "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": { "node-resque": "^5.2.0" }, "devDependencies": { "async": "^2.6.0", "chai": "^4.1.2", "chance": "^1.0.13", "mocha": "^5.1.1", "release-it": "^15.5.1", "sails": "^1.0.1", "sinon": "^4.5.0" } }