chrisburland/dhtc

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dhtc",
  "version": "1.0.1",
  "description": "A BitTorrent DHT crawler library.",
  "main": "index.js",
  "scripts": {
    "start": "node examples/crawler.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisburland/dhtc.git"
  },
  "author": "Christian Burland Mankowski <chrisaburland@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chrisburland/dhtc/issues"
  },
  "homepage": "https://github.com/chrisburland/dhtc#readme",
  "dependencies": {
    "bencode": "^1.0.0"
  }
}