UNPKG

native-dns

Version:

Replacement for the core DNS module, includes server implementation

40 lines (39 loc) 925 B
{ "name": "native-dns", "version": "0.7.0", "authors": [ "Timothy J Fontaine <tjfontaine@gmail.com> (http://atxconsulting.com)", "Greg Slepak <contact@taoeffect.com> (https://twitter.com/taoeffect)", "Matthieu Rakotojaona" ], "description": "Replacement for the core DNS module, includes server implementation", "keywords": [ "dns", "bind", "native" ], "homepage": "http://github.com/tjfontaine/node-dns", "bugs": { "url": "http://github.com/tjfontaine/node-dns/issues" }, "repository": { "type": "git", "url": "http://github.com/tjfontaine/node-dns.git" }, "main": "dns.js", "engines": { "node": ">= 0.5.0" }, "scripts": { "test": "nodeunit test" }, "dependencies": { "ipaddr.js": "~0.1.3", "native-dns-cache": "~0.0.2", "native-dns-packet": "~0.1.1" }, "devDependencies": { "optimist": "", "nodeunit": ">= 0.7.4" } }