From: StevenBlack Date: Wed, 7 Mar 2018 04:54:47 +0000 (-0500) Subject: Release 1.2.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9174744878d003423d255a39c6bab5fbc7e33d9b;p=stevenblack-hosts.git Release 1.2.3 --- diff --git a/package.json b/package.json new file mode 100644 index 000000000..c65991427 --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "hosts", + "version": "1.2.3", + "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/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": "^4.2.0" + } +}