forked from hectorm/hblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 979 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hblock",
"version": "2.1.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 <[email protected]>",
"license": "MIT",
"homepage": "https://hblock.molinero.dev",
"repository": {
"type": "git",
"url": "https://github.com/hectorm/hblock.git"
},
"bugs": {
"url": "https://github.com/hectorm/hblock/issues"
},
"bin": {
"hblock": "./hblock"
},
"files": [
"/hblock"
],
"scripts": {
"version": "./resources/version.sh set && git add -A"
},
"os": [
"!win32"
],
"preferGlobal": true
}