bittorrent-tracker/package.json
Feross Aboukhadijeh 54b8d7112a 2.8.2
2014-11-26 17:40:59 +08:00

57 lines
1.2 KiB
JSON

{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "2.8.2",
"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.14.0",
"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",
"string2compact": "^1.1.1"
},
"devDependencies": {
"magnet-uri": "^2.0.1",
"parse-torrent": "^1.1.0",
"tape": "^2.13.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"
}
}