UNPKG

645 BJSONView Raw
1{
2 "name": "compact2string",
3 "version": "1.0.0",
4 "description": "Convert BitTorrent compact hostname & port buffer to a string 'hostname:port'",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/bencevans/node-compact2string.git"
12 },
13 "bugs": {
14 "url": "https://github.com/bencevans/node-compact2string/issues"
15 },
16 "keywords": [
17 "torrent",
18 "compact",
19 "tracker",
20 "bittorrent",
21 "binary",
22 "convert"
23 ],
24 "author": "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)",
25 "license": "BSD"
26}