32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"name": "quickiedoh",
|
|
"version": "0.1.0",
|
|
"description": "A DoH forwarder, meant to circumvent basic network blocks of DNS servers.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieDoH.git"
|
|
},
|
|
"keywords": [
|
|
"doh",
|
|
"dns",
|
|
"block",
|
|
"weberver",
|
|
"express",
|
|
"web",
|
|
"server",
|
|
"circumvent",
|
|
"app",
|
|
"node"
|
|
],
|
|
"author": "peridoqia",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"express": "^4.21.2",
|
|
"express-http-proxy": "^2.1.1",
|
|
"quickielog": "git+https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieLog.git"
|
|
}
|
|
}
|