-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 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
{
"name": "skeleton-rendezvous",
"version": "1.1.3",
"description": "Module for performing fast rendezvous (HRW) hashing with skeleton - Can efficiently handle a large number of machines/sites.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/_mocha --reporter spec --timeout 10000 --slow 10000"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SocketCluster/skeleton-rendezvous.git"
},
"keywords": [
"rendezvous",
"hashing",
"hrw",
"skeleton",
"consistent"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/SocketCluster/skeleton-rendezvous/issues"
},
"homepage": "https://github.com/SocketCluster/skeleton-rendezvous#readme",
"devDependencies": {
"mocha": "^5.0.5"
}
}