telnet
Version:
Telnet implementation for Node.js
17 lines (16 loc) • 481 B
JSON
{ "name": "telnet"
, "description": "Telnet implementation for Node.js"
, "keywords": [ "telnet" ]
, "version": "0.0.1"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-telnet.git" }
, "main": "./lib/telnet.js"
, "scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
, "dependencies": {
"binary": "*"
, "buffers": "*"
, "debug": "*"
}
}