-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.46 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
{
"name": "backpack-coordinator",
"version": "0.2.9",
"description": "Coordination service for backpack cluster.",
"main": "index.js",
"dependencies": {
"async": "~0.2.8",
"backpack-replicator": "~0.2.4",
"bytes": "~0.2.1",
"mess": "~0.1.1",
"nop": "~0.0.0",
"redis": "~0.8.3",
"temp": "~0.5.0",
"zk-redis-queue": "~0.1.8",
"zkjs": "~3.4.1",
"uber-statsd-client": "~1.7.3"
},
"devDependencies": {},
"bin": {
"backpack-coordinator": "./bin/backpack-coordinator",
"backpack-coordinator-add-server": "./bin/backpack-coordinator-add-server",
"backpack-coordinator-add-shard": "./bin/backpack-coordinator-add-shard",
"backpack-coordinator-dump-shards": "./bin/backpack-coordinator-dump-shards",
"backpack-coordinator-enable-shard": "./bin/backpack-coordinator-enable-shard",
"backpack-coordinator-init": "./bin/backpack-coordinator-init",
"backpack-coordinator-print-stats": "./bin/backpack-coordinator-print-stats",
"backpack-coordinator-set-queue": "./bin/backpack-coordinator-set-queue"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Topface/backpack-coordinator.git"
},
"keywords": [
"backpack",
"coordinator",
"webdav",
"dav",
"replication",
"cluster",
"ha"
],
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"license": "BSD"
}