-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.07 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
48
49
50
51
52
{
"name": "level-2pc",
"version": "6.4.3",
"description": "A two-phase-commit protocol for leveldb.",
"main": "index.js",
"scripts": {
"test": "tape test | faucet"
},
"keywords": [
"leveldb",
"phase",
"two",
"phase",
"commit",
"protocol",
"replication",
"redundancy",
"p2p"
],
"author": "hij1nx",
"homepage": "https://github.com/hij1nx/level-2pc#readme",
"license": "MIT",
"dependencies": {
"debug": "^2.1.1",
"inherits": "^2.0.1",
"level": "^1.3.0",
"level-codec": "^6.1.0",
"level-key": "^1.0.0",
"level-ttl": "^3.1.0",
"multilevel": "^7.0.1",
"reconnect-core": "^1.0.1",
"rpc-stream": "^2.1.2",
"xtend": "~4.0.0"
},
"devDependencies": {
"after": "^0.8.1",
"bytewise-core": "^1.2.3",
"faucet": "0.0.1",
"rimraf": "^2.2.8",
"tape": "^4.2.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hij1nx/level-2pc.git"
},
"bugs": {
"url": "https://github.com/hij1nx/level-2pc/issues"
}
}