mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-21 22:46:32 +05:30
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "hblock",
|
|
"version": "1.5.0",
|
|
"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/zant95/hblock.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zant95/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,
|
|
"devDependencies": {
|
|
"firebase-tools": "^3.0.0"
|
|
}
|
|
}
|