bittorrent-tracker/package.json
Feross Aboukhadijeh 04d50cf021 2.10.0
2014-12-13 15:20:26 -08:00

58 lines
1.2 KiB
JSON

{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "2.10.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"browser": {
"./server.js": false
},
"bugs": {
"url": "https://github.com/feross/bittorrent-tracker/issues"
},
"dependencies": {
"bencode": "^0.6.0",
"bn.js": "^0.15.2",
"buffer-equal": "0.0.1",
"compact2string": "^1.2.0",
"concat-stream": "^1.4.5",
"debug": "^2.0.0",
"extend.js": "0.0.1",
"hat": "0.0.3",
"inherits": "^2.0.1",
"ip": "^0.3.0",
"once": "^1.3.0",
"portfinder": "^0.2.1",
"run-series": "^1.0.2",
"string2compact": "^1.1.1"
},
"devDependencies": {
"magnet-uri": "^3.0.0",
"parse-torrent": "^2.1.2",
"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": "tape test/*.js"
}
}