{ "name": "webtorrent", "version": "0.1.0", "description": "A streaming torrent client in your browser, powered by webRTC data channels (no install)", "main": "index.js", "dependencies": { "itty-bitty-torrent": "~0.1.2", "browserify": "~2.34.1", "core-util-is": "~1.0.0", "bncode": "~0.2.3", "bagpipe": "~0.3.5", "compact2string": "~1.0.0", "async": "~0.2.9" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/feross/webtorrent.git" }, "keywords": [ "torrent", "bittorrent", "webrtc", "data", "channel", "webtorrent" ], "author": "Feross Aboukhadijeh (http://feross.org/)", "license": "MIT", "bugs": { "url": "https://github.com/feross/webtorrent/issues" } }