magnet-to-torrent
Version:
convert magnet link to torrent download link
37 lines (36 loc) • 842 B
JSON
{
"name": "magnet-to-torrent",
"version": "1.0.4",
"description": "convert magnet link to torrent download link",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lwhiteley/magnet-to-torrent.git"
},
"keywords": [
"magnet",
"torrent",
"magnettotorrent",
"magnet2torrent",
"torcache",
"torrage",
"bt.box"
],
"author": "Layton Whiteley",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwhiteley/magnet-to-torrent/issues"
},
"homepage": "https://github.com/lwhiteley/magnet-to-torrent",
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"lodash": "^4.17.4",
"magnet-uri": "^5.1.7",
"needle": "^2.1.1",
"validator": "^9.3.0"
}
}