UNPKG

contains-ads

Version:

Checks if the specified url contains advertisements

36 lines (35 loc) 859 B
{ "name": "contains-ads", "version": "0.2.5", "description": "Checks if the specified url contains advertisements", "repository": "https://github.com/Jense5/contains-ads.git", "author": "Jensen Bernard <jensenbernard5@gmail.com> (twitter.com/Jense5_)", "license": "MPL", "keywords": [ "contains-ad", "ad-block", "is-ad", "check", "ad" ], "files": [ "source", "README.md" ], "main": "./source/index.js", "scripts": { "test": "mocha tests", "build": "node blocker", "postupdate": "node blocker", "prepublish": "npm run update", "update": "rm blocker/blocked.txt && curl https://easylist.to/easylist/easylist.txt -o blocker/blocked.txt" }, "dependencies": { "ad-block": "^2.0.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "winston": "^2.3.0" } }