forked from StevenBlack/hosts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 KB
/
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
{
"name": "hosts",
"version": "3.14.104",
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
"main": "",
"private": true,
"scripts": {
"test": "python3 testUpdateHostsFile.py",
"start": "python3 makeHosts.py",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StevenBlack/hosts.git"
},
"keywords": [
"python",
"unified-hosts",
"malware",
"ad-blocker",
"porn-filter",
"social-media-filter",
"hosts",
"privacy",
"protection",
"pornblocker",
"gambling-filter",
"ransomware",
"trojans"
],
"author": "Steven Black (https://github.com/StevenBlack)",
"license": "MIT",
"bugs": {
"url": "https://github.com/StevenBlack/hosts/issues"
},
"homepage": "https://github.com/StevenBlack/hosts#readme",
"devDependencies": {
"release-it": "^17.1.1"
}
}