forked from hectorm/hblock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.02 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.02 KB
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
51
{
"name": "hblock",
"version": "1.6.7",
"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
}