{ "name": "webtorrent", "description": "Streaming torrent client", "version": "0.2.6", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bin": { "webtorrent": "./bin/cmd.js" }, "bugs": { "url": "https://github.com/feross/webtorrent/issues" }, "dependencies": { "bittorrent-client": "0.0.x", "numeral": "^1.5.3", "network-address": "0.0.4", "chalk": "^0.4.0", "clivas": "^0.1.4", "concat-stream": "^1.4.4", "inherits": "^2.0.1", "minimist": "^0.0.8", "moment": "^2.6.0", "mime": "^1.2.11", "pump": "^0.3.2", "range-parser": "^1.0.0", "windows-no-runnable": "~0.0.6", "random-access-file": "^0.3.1", "rimraf": "^2.2.5", "thunky": "^0.1.0", "mkdirp": "^0.3.5", "extend.js": "^0.0.1" }, "devDependencies": { "tape": "2.x" }, "homepage": "http://webtorrent.io", "keywords": [ "torrent", "bittorrent", "bittorrent client", "streaming", "download", "webrtc", "webrtc data", "webtorrent", "mad science" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/webtorrent.git" }, "scripts": { "start": "./bin/cmd.js", "test": "tape test/*.js" } }