UNPKG

is-ad

Version:

Function to check if a url contains ads or not.

34 lines (33 loc) 718 B
{ "name": "is-ad", "version": "0.2.1", "description": "Function to check if a url contains ads or not.", "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:detector": "node blocker", "prepublish": "npm run build:detector" }, "dependencies": { "ad-block": "^2.0.1" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.2.0", "winston": "^2.3.0" } }