UNPKG

1.21 kBJSONView Raw
1{
2 "name": "kue",
3 "version": "0.11.6",
4 "description": "Feature rich priority job queue backed by redis",
5 "homepage": "http://automattic.github.io/kue/",
6 "keywords": [
7 "job",
8 "queue",
9 "worker",
10 "redis"
11 ],
12 "license": "MIT",
13 "author": "TJ Holowaychuk <tj@learnboost.com>",
14 "contributors": [
15 {
16 "name": "Behrad Zari",
17 "email": "behradz@gmail.com"
18 }
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/Automattic/kue.git"
23 },
24 "bugs": {
25 "url": "https://github.com/Automattic/kue/issues"
26 },
27 "dependencies": {
28 "body-parser": "^1.12.2",
29 "express": "^4.12.2",
30 "lodash": "^4.0.0",
31 "nib": "~1.1.2",
32 "node-redis-warlock": "~0.2.0",
33 "pug": "^2.0.0-beta3",
34 "redis": "~2.6.0-2",
35 "stylus": "~0.54.5",
36 "yargs": "^4.0.0"
37 },
38 "devDependencies": {
39 "async": "^1.4.2",
40 "chai": "^3.3.0",
41 "coffee-script": "~1.10.0",
42 "mocha": "^2.3.3",
43 "should": "^3.1.0",
44 "sinon": "^1.17.2",
45 "supertest": "^1.1.0"
46 },
47 "main": "index",
48 "bin": {
49 "kue-dashboard": "bin/kue-dashboard"
50 },
51 "scripts": {
52 "test": "make test-all"
53 },
54 "optionalDependencies": {
55 "reds": "^0.2.5"
56 }
57}