-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 875 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 875 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": "swim-hashring",
"version": "0.7.1",
"description": "gossip based application sharding",
"main": "hashring.js",
"scripts": {
"test": "standard && tap test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/swim-hashring.git"
},
"keywords": [
"swim",
"consistent",
"hashring",
"gossip",
"sharding"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/swim-hashring/issues"
},
"homepage": "https://github.com/mcollina/swim-hashring#readme",
"devDependencies": {
"pre-commit": "^1.2.2",
"standard": "^10.0.3",
"steed": "^1.1.3",
"tap": "^10.7.3",
"xtend": "^4.0.2"
},
"dependencies": {
"baseswim": "^1.0.0",
"binary-search-bounds": "^2.0.4",
"farmhash": "^3.0.0"
}
}