UNPKG

jive-scheduler-kue

Version:

Scheduler libraries for the jive-sdk

40 lines (39 loc) 785 B
{ "name": "jive-scheduler-kue", "description": "Scheduler libraries for the jive-sdk", "version": "0.0.21", "main": "./jive/scheduler.js", "author": { "name": "Jive Software", "email": "jivedev@jivesoftware" }, "dependencies": { "q": "0.9.3", "jive-sdk": "*", "redis" : "0.8.4", "kue" : "git://github.com/jivesoftware/kue.git" }, "devDependencies": {}, "optionalDependencies": {}, "engines": { "node": "*" }, "contributors": [ { "name": "Aron Racho", "email": "aron.racho@jivesoftware.com" } ], "repository": { "type": "git", "url": "git://github.com/jivesoftware/jive-scheduler-kue" }, "keywords": [ "jive", "framework", "app", "purposeful_places", "api", "tiles" ] }