UNPKG

871 BJSONView Raw
1{
2 "name": "kue",
3 "version": "0.8.12",
4 "description": "Feature rich priority job queue backed by redis",
5 "homepage": "http://learnboost.github.com/kue/",
6 "keywords": [
7 "job",
8 "queue",
9 "worker",
10 "redis"
11 ],
12 "license": "MIT",
13 "author": "TJ Holowaychuk <tj@learnboost.com>",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/LearnBoost/kue.git"
17 },
18 "dependencies": {
19 "body-parser": "^1.12.2",
20 "express": "~3.1.1",
21 "jade": "1.1.5",
22 "lodash": "^2.4.1",
23 "lodash-deep": "^1.1.0",
24 "nib": "0.5.0",
25 "redis": "~0.12.0",
26 "reds": "~0.2.4",
27 "serve-favicon": "^2.2.0",
28 "stylus": "0.42.2"
29 },
30 "devDependencies": {
31 "coffee-script": "~1.6.3",
32 "mocha": "~1.17.0",
33 "should": "~3.0.1",
34 "supertest": "~0.15.0"
35 },
36 "main": "index",
37 "scripts": {
38 "test": "make test-all"
39 }
40}