2017-02-18 02:07:02 +00:00
{
"name" : "dig.js" ,
2017-02-24 00:42:30 +00:00
"version" : "1.0.2" ,
2017-02-18 02:07:02 +00:00
"description" : "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command." ,
"main" : "index.js" ,
2017-02-24 00:42:26 +00:00
"bin" : {
"dig.js" : "./bin/dig.js"
} ,
2017-02-18 02:07:02 +00:00
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
"url" : "git@git.daplie.com:Daplie/dig.js.git"
} ,
"keywords" : [
"dig" ,
"dns" ,
"mdns" ,
"lint" ,
"capture" ,
"create" ,
"bin" ,
"binary" ,
"json"
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
2017-02-23 23:55:24 +00:00
"license" : "(MIT OR Apache-2.0)" ,
"dependencies" : {
"dns-suite" : "git+https://git@git.daplie.com:Daplie/dns-suite#v1"
}
2017-02-18 02:07:02 +00:00
}