-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 789 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 789 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
{
"name": "zk-redis-queue",
"version": "0.1.10",
"description": "Truly distributed and parallel parallel queue on top of redis and zookeeper without SPoF.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.2.8",
"mess": "~0.1.1",
"nop": "~0.0.0"
},
"devDependencies": {
"zkjs": "~3.4.1",
"simple_redis": "~0.1.0"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Topface/node-zk-redis-queue.git"
},
"keywords": [
"redis",
"zookeeper",
"zk",
"queue",
"task",
"distributed",
"spof"
],
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"license": "BSD",
"readmeFilename": "README.md"
}