{
  "name": "netus-k-bucket",
  "version": "1.1.0",
  "description": "Kademlia DHT k-bucket implementation",
  "keywords": [
    "k-bucket",
    "kademlia",
    "dht",
    "netus"
  ],
  "bugs": {
    "url": "https://github.com/NetusIO/k-bucket/issues"
  },
  "license": "MIT",
  "contributors": [
    "Matthew Voss <matthew.voss@quicbit.com>",
    "Tristan Slominski <tristan.slominski@gmail.com>",
    "Mike de Boer <info@mikedeboer.nl>",
    "Conrad Pankoff <deoxxa@fknsrs.biz>",
    "Feross Aboukhadijeh <feross@feross.org>",
    "Nathan Hernandez <email@nathanph.com>",
    "Fabien O'Carroll <fabien@allou.is>",
    "Kirill Fomichev <fanatid@ya.ru>",
    "Robert Kowalski <rok@kowalski.gd>",
    "Nazar Mokrynskyi <nazar@mokrynskyi.com>",
    "Jimmy Wärting <jimmy@warting.se>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NetusIO/k-bucket"
  },
  "scripts": {
    "benchmark:add": "node benchmarks/add.js",
    "benchmark:closest": "node benchmarks/closest.js",
    "benchmark:distance": "node benchmarks/distance.js",
    "cov": "tap --coverage-report=html test.js",
    "test": "tape test.js"
  },
  "devDependencies": {
    "tape": "^4.9.1",
    "test-kit": "^2.8.4"
  }
}
