UNPKG

1.12 kBJSONView Raw
1{
2 "name": "light-cycle",
3 "description": "a consistent hash ring for your blue-glowing shards of PURE ENERGY",
4 "version": "1.4.2",
5 "author": "C J Silverio <ceejceej@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/ceejbot/light-cycle/issues"
8 },
9 "contributors": [
10 "C J Silverio <ceejceej@gmail.com>",
11 "Kit Cambridge <kitcambridge@me.com>"
12 ],
13 "dependencies": {
14 "skiplist": "~1.0.0",
15 "xxhashjs": "~0.2.2"
16 },
17 "devDependencies": {
18 "coveralls": "~3.0.0",
19 "eslint-config-ceejbot": "~1.1.1",
20 "mocha": "~5.1.0",
21 "must": "~0.13.4",
22 "nyc": "~10.1.2",
23 "xo": "~0.20.3"
24 },
25 "homepage": "https://github.com/ceejbot/light-cycle",
26 "keywords": [
27 "hashing",
28 "hash ring",
29 "consistent hash",
30 "consistent hash ring",
31 "sharding"
32 ],
33 "license": "MIT",
34 "main": "index.js",
35 "repository": "git://github.com/ceejbot/light-cycle.git",
36 "scripts": {
37 "lint": "xo",
38 "test": "nyc mocha --check-leaks -R spec test/test*.js",
39 "coverage": "nyc report --reporter=text-lcov | coveralls"
40 },
41 "xo": {
42 "extends": "eslint-config-ceejbot"
43 }
44}