Skip to content

Commit 9174744

Browse files
committed
Release 1.2.3
1 parent 3444131 commit 9174744

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

package.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "hosts",
3+
"version": "1.2.3",
4+
"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.",
5+
"main": "",
6+
"scripts": {
7+
"test": "python3 testUpdateHostsFile.py",
8+
"start": "python3 makeHosts.py",
9+
"release": "release-it"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/StevenBlack/hosts.git"
14+
},
15+
"keywords": [
16+
"python",
17+
"unified-hosts",
18+
"malware",
19+
"ad-blocker",
20+
"porn-filter",
21+
"social-media-filter",
22+
"hosts",
23+
"privacy",
24+
"protection",
25+
"pornblocker",
26+
"gambling-filter",
27+
"ransomware",
28+
"trojans"
29+
],
30+
"author": "Steven Black (https://github.com/StevenBlack)",
31+
"license": "MIT",
32+
"bugs": {
33+
"url": "https://github.com/StevenBlack/hosts/issues"
34+
},
35+
"homepage": "https://github.com/StevenBlack/hosts#readme",
36+
"devDependencies": {
37+
"release-it": "^4.2.0"
38+
}
39+
}

0 commit comments

Comments
 (0)