UNPKG

torrent

Version:

torrent from the command line

38 lines (37 loc) 854 B
{ "name": "torrent", "version": "2.0.0", "bin": { "torrent": "cli.js" }, "description": "torrent from the command line", "main": "index.js", "author": "max ogden", "license": "BSD-3-Clause", "preferGlobal": true, "dependencies": { "concat-stream": "^1.4.6", "create-torrent": "^3.7.1", "human-format": "^0.1.3", "minimist": "^0.1.0", "parse-torrent": "^4.0.0", "pretty-bytes": "^0.1.1", "pretty-seconds": "^0.1.3", "single-line-log": "^0.4.0", "torrent-stream": "^1.0.2" }, "devDependencies": { "standard": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/maxogden/torrent.git" }, "bugs": { "url": "https://github.com/maxogden/torrent/issues" }, "scripts": { "test": "standard" }, "homepage": "https://github.com/maxogden/torrent" }