UNPKG

utorrent-api

Version:
26 lines (25 loc) 526 B
{ "name": "utorrent-api", "version": "0.1.5", "author": "Leeroy Brun <leeroy.brun@gmail.com>", "description": "Interact with the uTorrent Web API", "repository": { "type": "git", "url": "https://github.com/leeroybrun/node-utorrent-api.git" }, "keywords": [ "torrents", "utorrent", "bittorrent", "bittorrent client", "api" ], "license": "MIT", "dependencies" : { "request": "*" }, "engines": [ "node" ], "main": "./lib/utorrent.js" }