domotz-remote-pawn
Version:
Domotz Agent
24 lines (23 loc) • 576 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"
,"_resolved": "http://npm.domotz.com:4873/tftp/-/tftp-0.1.2.tgz"
,"_integrity": "sha1-lWdMCn/Ku1N1Wr7wutP55U/gt7U="
,"_from": "tftp@0.1.2"
}