utorrent-api
Version:
Interact with the uTorrent Web API
26 lines (25 loc) • 526 B
JSON
{
"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"
}