-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 907 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 907 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
39
{
"name": "backpack-replicator",
"version": "0.2.8",
"description": "Reliably replicate files between backpack instances.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"zk-redis-queue": "~0.1.9",
"async": "~0.2.9",
"mess": "~0.1.1",
"replicate-http": "~0.1.0",
"zkjs": "~3.4.1",
"redis": "~0.8.3",
"nop": "~0.0.0"
},
"devDependencies": {
"simple_redis": "~0.1.0"
},
"bin": {
"backpack-replicator": "./bin/backpack-replicator",
"backpack-replicator-push": "./bin/backpack-replicator-push"
},
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Topface/backpack-replicator.git"
},
"keywords": [
"backpack",
"replication",
"replicate"
],
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"license": "BSD"
}