UNPKG

@electorrent/node-qbittorrent

Version:

A client implementation of qBittorrent WebAPI

31 lines (30 loc) 740 B
{ "name": "@electorrent/node-qbittorrent", "version": "1.2.1", "description": "A client implementation of qBittorrent WebAPI", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "qbittorrent", "api" ], "author": "tympanix <tympanix@gmail.com>", "license": "MIT", "dependencies": { "request": "^2.88.0" }, "devDependencies": { "dotenv": "^6.2.0", "request-debug": "^0.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/tympanix/node-qbittorrent.git" }, "bugs": { "url": "https://github.com/tympanix/node-qbittorrent/issues" }, "homepage": "https://github.com/tympanix/node-qbittorrent#readme" }