UNPKG

apx-kue

Version:

Kue initializer and job handler for APX API server

55 lines (54 loc) 1.18 kB
{ "name": "apx-kue", "version": "0.1.1", "description": "Kue initializer and job handler for APX API server", "homepage": "https://github.com/snailjs/apx-kue", "bugs": "https://github.com/snailjs/apx-kue/issues", "authors": [ { "name": "Bryan Tong", "email": "contact@nullivex.com", "homepage": "https://github.com/nullivex" }, { "name": "Tony Butler", "email": "spudz76@gmail.com", "homepage": "https://github.com/spudz76" } ], "repository": { "type": "git", "url": "https://github.com/snailjs/apx-kue.git" }, "keywords": [ "kue", "jobs", "task", "queue", "scheduler", "initializer", "apx" ], "engines": { "node": ">=0.8.0" }, "dependencies": { "kue": "~0.6.2", "fakeredis": "~0.1.3", "redis": "~0.9.2" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-jshint": "~0.7.1", "grunt-contrib-watch": "~0.5.3", "grunt-mocha-test": "~0.8.1", "grunt-project-update": "~0.2.2", "mocha": "~1.15.1", "chai": "~1.8.1", "jshint-stylish": "~0.1.3", "apx": "~0.4.0" }, "scripts": { "test": "grunt test" } }