UNPKG

dns-validator

Version:

Security tool to detect dns poisoning attacks

37 lines (35 loc) 721 B
{ "name": "dns-validator", "version": "1.0.0", "description": "Security tool to detect dns poisoning attacks", "keywords": [ "dns", "poison", "detect", "security", "network" ], "bugs": "https://github.com/DhavalKapil/dns-validator/issues", "author": "Dhaval Kapil <me@dhavalkapil.com> (https://dhavalkapil.com/)", "license": "MIT", "bin": { "dns-validator": "./bin/dns-validator" }, "repository": { "type": "git", "url": "https://github.com/DhavalKapil/dns-validator.git" }, "dependencies": { "pcap": "*", "argv": "*", "request": "", "underscore": "*", "cheerio": "*", "daemonize2": "*", "node-notifier": "*" }, "engines": { "node": ">=0.10.25" }, "preferGlobal": true }