UNPKG

agc-node-rdp

Version:

Microsoft Remote Desktop Protocol wrapper for NodeJS

35 lines (34 loc) 736 B
{ "name": "agc-node-rdp", "version": "1.0.4", "description": "Microsoft Remote Desktop Protocol wrapper for NodeJS", "main": "lib/rdp.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "bin": { "node-rdp": "lib/rdp-cli.js" }, "keywords": [ "rdp", "microsoft", "remote desktop", "remote desktop protocol", "mstsc", "terminal server" ], "repository": { "type": "git", "url": "https://github.com/alexdimitriou/node-rdp" }, "license": "Apache-2.0", "dependencies": { "q": "^1.2.0", "commander": "^2.6.0", "lodash.defaults": "^3.0.0", "sanitize-filename": "^1.1.5" } }