bittorrent-tracker/package.json
Feross Aboukhadijeh 53c973b4ae 5.2.1
2015-07-22 16:31:39 -07:00

70 lines
1.5 KiB
JSON

{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "5.2.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": "^3.0.1",
"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",
"random-iterate": "^1.0.1",
"run-parallel": "^1.1.2",
"run-series": "^1.0.2",
"simple-get": "^1.3.0",
"simple-peer": "^5.0.0",
"simple-websocket": "^2.0.0",
"string2compact": "^1.1.1",
"ws": "^0.7.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"magnet-uri": "^5.0.0",
"parse-torrent": "^5.0.0",
"standard": "^4.3.2",
"tape": "^4.0.0"
},
"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"
}
}