hblock/package.json
Héctor Molinero Fernández de0d707af9 Added more keywords
2018-05-17 22:20:49 +02:00

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"
}
}