UNPKG

node-rtorrent

Version:

control rtorrent with your nodejs project !

30 lines (29 loc) 678 B
{ "name": "node-rtorrent", "version": "1.1.0", "homepage": "https://github.com/rafi.piccolo/node-rtorrent", "description": "control rtorrent with your nodejs project !", "main": "index.js", "scripts": { "test": "test.js" }, "bin": { "filesearch" : "cli.js" }, "repository": { "type": "git", "url": "https://github.com/rafipiccolo/node-rtorrent.git" }, "bugs": { "url": "https://github.com/rafipiccolo/node-rtorrent/issues" }, "dependencies": { "xmlrpc": ">=1.3.0" }, "author": "Raphael Piccolo <rafi.piccolo@gmail.com>", "license": "MIT", "keywords": [ "rtorrent", "torrent" ] }