{
  "name": "torrent-discovery",
  "description": "Discover BitTorrent and WebTorrent peers",
  "version": "5.1.0",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "browser": {
    "bittorrent-dht/client": false
  },
  "bugs": {
    "url": "https://github.com/feross/torrent-discovery/issues"
  },
  "dependencies": {
    "bittorrent-dht": "^6.0.0",
    "bittorrent-tracker": "^7.0.0",
    "debug": "^2.0.0",
    "inherits": "^2.0.1",
    "re-emitter": "^1.0.0",
    "run-parallel": "^1.1.2",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "hat": "0.0.3",
    "standard": "^5.1.0",
    "tape": "^4.0.0"
  },
  "keywords": [
    "webtorrent",
    "torrent",
    "bittorrent",
    "peers",
    "discovery",
    "tracker",
    "dht",
    "trackers",
    "find peers",
    "peer-to-peer",
    "peer discovery"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/torrent-discovery.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js"
  }
}
