forked from StevenBlack/hosts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "hosts",
"version": "2.1.11",
"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": "",
"scripts": {
"test": "python3 testUpdateHostsFile.py",
"start": "python3 makeHosts.py",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D1n0Bot/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": "^4.2.0"
}
}