{ "name": "bittorrent-tracker", "description": "Simple, robust, BitTorrent tracker (client & server) implementation", "version": "3.3.1", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bin": { "bittorrent-tracker": "./bin/cmd.js" }, "browser": { "./lib/common-node": false, "./lib/http-tracker": false, "./lib/udp-tracker": false, "./server": false }, "bugs": { "url": "https://github.com/feross/bittorrent-tracker/issues" }, "dependencies": { "bencode": "^0.7.0", "bn.js": "^2.0.0", "buffer-equal": "0.0.1", "compact2string": "^1.2.0", "debug": "^2.0.0", "hat": "0.0.3", "inherits": "^2.0.1", "ip": "^0.3.0", "minimist": "^1.1.1", "once": "^1.3.0", "run-series": "^1.0.2", "simple-get": "^1.3.0", "simple-peer": "^4.0.4", "simple-websocket": "^1.0.4", "string2compact": "^1.1.1", "ws": "^0.7.1", "xtend": "^4.0.0" }, "devDependencies": { "magnet-uri": "^4.0.0", "parse-torrent": "^4.0.0", "standard": "^3.2.0", "tape": "^3.0.3" }, "homepage": "http://webtorrent.io", "keywords": [ "torrent", "bittorrent", "tracker", "stream", "peer", "wire", "p2p", "peer-to-peer" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/bittorrent-tracker.git" }, "scripts": { "test": "standard && tape test/*.js" } }