UNPKG

node-red-node-transmission-mh

Version:

A Node-RED node to access and control the Transmission torrent client Remote API.

37 lines (36 loc) 746 B
{ "name": "node-red-node-transmission-mh", "version": "0.1.1", "description": "A Node-RED node to access and control the Transmission torrent client Remote API.", "dependencies": { "transmission": "0.4.9" }, "repository": { "type": "git", "url": "https://github.com/jlong23/node-red-node-transmission" }, "license": "Apache-v2.0", "keywords": [ "node-red", "transmission", "torrent" ], "node-red": { "nodes": { "Transmission-API": "transmission.js" } }, "author": { "name": "Jay Long" }, "contributors": [ { "name": "Jay Long" }, { "name": "Mark Funston", "email": "mlfunston@gmail.com", "url": "https://github.com/mlfunston" } ] }