torrentsearch
Version:
Torrent search from command line
37 lines (36 loc) • 824 B
JSON
{
"name": "torrentsearch",
"version": "0.2.5",
"description": "Torrent search from command line",
"main": "main.js",
"dependencies": {
"chalk": "*",
"date.js": "*",
"filesize-parser": "*",
"terminal-widgets": "*",
"torrentflix": "*"
},
"devDependencies": {},
"bin": {
"torrentsearch": "bin/torrentsearch"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiogiogio/torrentsearch.git"
},
"keywords": [
"torrent",
"search",
"command-line",
"terminal"
],
"author": "sergiogiogio",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergiogiogio/torrentsearch/issues"
},
"homepage": "https://github.com/sergiogiogio/torrentsearch#readme"
}