{ "name": "ut_metadata", "description": "Extension for Peers to Send Metadata Files (BEP 9)", "version": "3.0.1", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bugs": { "url": "https://github.com/feross/ut_metadata/issues" }, "dependencies": { "bencode": "^0.7.0", "bitfield": "^1.0.1", "inherits": "^2.0.1", "simple-sha1": "^2.0.0" }, "devDependencies": { "bittorrent-protocol": "^2.0.0", "brfs": "^1.2.0", "parse-torrent": "^5.6.0", "standard": "^5.4.1", "tape": "^4.0.0", "zuul": "^3.8.0" }, "keywords": [ "9", "Extension for Peers to Send Metadata Files", "bep", "bep 9", "bep_0009", "bittorrent", "metadata", "p2p", "torrent", "ut_metadata" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/ut_metadata.git" }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", "test-browser": "zuul -- test/*.js", "test-browser-local": "zuul --local -- test/*.js", "test-node": "tape test/*.js" } }