UNPKG

dns-over-http

Version:
42 lines (41 loc) 875 B
{ "name": "dns-over-http", "version": "0.2.0", "description": "DNS client and server over HTTP", "main": "index.js", "scripts": { "test": ":" }, "keywords": [ "dns", "over", "http", "https", "doh", "server" ], "author": "Joseph Werle <joseph.werle@gmail.com>", "license": "MIT", "dependencies": { "accept": "^3.1.3", "cors": "^2.8.5", "debug": "^3.1.0", "dns-packet": "^4.2.0", "dns-socket": "^3.0.0", "extend": "^3.0.1", "lru-cache": "^4.1.2", "qs": "^6.6.0", "random-int": "^1.0.0" }, "devDependencies": { "is-browser": "^2.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/jwerle/dns-over-http.git" }, "bugs": { "url": "https://github.com/jwerle/dns-over-http/issues" }, "homepage": "https://github.com/jwerle/dns-over-http#readme" }