forked from diamondio/better-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 797 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "better-queue",
"version": "3.8.10",
"description": "Better Queue for NodeJS",
"main": "lib/queue.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/diamondio/better-queue.git"
},
"keywords": [
"queue",
"cargo",
"async",
"timeout",
"priority"
],
"author": "Diamond Inc. <ops@diamond.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diamondio/better-queue/issues"
},
"homepage": "https://github.com/diamondio/better-queue",
"devDependencies": {
"mocha": "^2.3.4",
"mocha-junit-reporter": "^1.12.1"
},
"dependencies": {
"better-queue-memory": "^1.0.1",
"node-eta": "^0.9.0",
"uuid": "^3.0.0"
}
}