UNPKG

898 BJSONView Raw
1{
2 "name": "better-queue",
3 "version": "3.7.20",
4 "description": "Better Queue for NodeJS",
5 "main": "lib/queue.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/diamondio/better-queue.git"
15 },
16 "keywords": [
17 "queue",
18 "cargo",
19 "async",
20 "timeout",
21 "priority"
22 ],
23 "author": "Diamond Inc. <ops@diamond.io>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/diamondio/better-queue/issues"
27 },
28 "homepage": "https://github.com/diamondio/better-queue",
29 "devDependencies": {
30 "async": "^2.0.0-rc.4",
31 "extend": "^3.0.0",
32 "fs-extra": "^0.30.0",
33 "knex": "^0.11.4",
34 "mocha": "^2.3.4",
35 "mockery": "^1.7.0",
36 "pg": "^4.5.5",
37 "sqlite3": "^3.1.4"
38 },
39 "dependencies": {
40 "node-eta": "^0.9.0",
41 "node-uuid": "^1.4.7"
42 }
43}