@electorrent/node-rtorrent
Version:
rtorrent api implementation for electorrent
32 lines (31 loc) • 665 B
JSON
{
"name": "@electorrent/node-rtorrent",
"version": "1.2.1",
"description": "rtorrent api implementation for electorrent",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"bin": {
"filesearch": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tympanix/node-rtorrent.git"
},
"bugs": {
"url": "https://github.com/tympanix/node-rtorrent/issues"
},
"dependencies": {
"@electorrent/xmlrpc": "^1.4.0"
},
"author": "Raphael Piccolo <rafi.piccolo@gmail.com>",
"contributors": [
"tympanix <tympanix@gmail.com>"
],
"license": "MIT",
"keywords": [
"rtorrent",
"torrent"
]
}