bep15
Version:
read and write UDP (BEP 15) tracker packets
26 lines (25 loc) • 484 B
JSON
{
"name": "bep15",
"version": "0.1.0",
"description": "read and write UDP (BEP 15) tracker packets",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": "",
"keywords": [
"torrent",
"bittorrent",
"bep",
"bep15",
"udp",
"tracker"
],
"author": "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)",
"dependencies": {
"ipport": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.7.4"
}
}