mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "bittorrent-tracker",
|
|
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
|
|
"version": "0.7.1",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "http://feross.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/bittorrent-tracker/issues"
|
|
},
|
|
"dependencies": {
|
|
"bncode": "^0.5.2",
|
|
"compact2string": "^1.2.0",
|
|
"extend.js": "0.0.1",
|
|
"hat": "0.0.3",
|
|
"inherits": "^2.0.1",
|
|
"querystring": "^0.2.0",
|
|
"run-parallel": "^1.0.0",
|
|
"string2compact": "^1.1.0",
|
|
"bn.js": "^0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"magnet-uri": "^2.0.1",
|
|
"parse-torrent": "^1.1.0",
|
|
"portfinder": "^0.2.1",
|
|
"tape": "2.x"
|
|
},
|
|
"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"
|
|
}
|
|
}
|