tftp
Version:
Streaming TFTP client and server
20 lines • 436 B
JSON
{
"name": "tftp",
"version": "0.1.2",
"description": "Streaming TFTP client and server",
"keywords": ["tftp", "client", "stream"],
"author": "Gabriel Llamas <gagle@outlook.com>",
"repository": "git://github.com/gagle/node-tftp.git",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"argp": "1.0.x",
"status-bar": "2.0.x"
},
"bin": {
"ntftp": "bin/ntftp.js"
},
"license": "MIT",
"main": "lib"
}