mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-21 14:36:34 +05:30
51 lines
1 KiB
JSON
51 lines
1 KiB
JSON
{
|
|
"name": "hblock",
|
|
"version": "1.6.6",
|
|
"description": "Improve your security and privacy by blocking ads, tracking and malware domains",
|
|
"keywords": [
|
|
"ad-block",
|
|
"ad-blocker",
|
|
"ads",
|
|
"advertisements",
|
|
"dns",
|
|
"dnsmasq",
|
|
"domains",
|
|
"filter",
|
|
"filter-lists",
|
|
"filterlist",
|
|
"hosts",
|
|
"hostsfile",
|
|
"malware",
|
|
"privacy",
|
|
"security",
|
|
"shell",
|
|
"trackers",
|
|
"tracking",
|
|
"unbound",
|
|
"unified-hosts"
|
|
],
|
|
"author": "Héctor Molinero Fernández <hector@molinero.xyz>",
|
|
"license": "MIT",
|
|
"homepage": "https://hblock.molinero.xyz",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hectorm/hblock.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hectorm/hblock/issues"
|
|
},
|
|
"bin": {
|
|
"hblock": "./hblock"
|
|
},
|
|
"files": [
|
|
"/hblock"
|
|
],
|
|
"scripts": {
|
|
"preversion": "sh resources/version.sh preversion",
|
|
"version": "sh resources/version.sh version && git add -A"
|
|
},
|
|
"os": [
|
|
"!win32"
|
|
],
|
|
"preferGlobal": true
|
|
}
|