detect-bat-publishers
Version:
Tool to detect Brave Browser publishers
33 lines (32 loc) • 757 B
JSON
{
"name": "detect-bat-publishers",
"version": "0.0.4",
"description": "Tool to detect Brave Browser publishers",
"keywords": [
"brave browser",
"detect",
"publishers",
"basic attention token"
],
"homepage": "https://batgrowth.com",
"main": "./src/lib.js",
"scripts": {
"test": "mocha --timeout 10000",
"start": "node --max_old_space_size=4096 ./src/lib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BATgrowth/detect-bat-publishers.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"tap": "^12.0.1",
"underscore": "^1.9.1"
}
}