express-badbots
Version:
Keep Bots Away From Your Express App!
39 lines (38 loc) • 860 B
JSON
{
"name": "express-badbots",
"version": "2.0.3",
"description": "Keep Bots Away From Your Express App!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rajkumarpb/expressnobots.git"
},
"keywords": [
"node",
"express",
"bot",
"crawler",
"protection",
"block",
"googlebot",
"facebookexternalhit"
],
"author": "Rajkumar <pb.rajkumar@yahoo.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/rajkumarpb/expressnobots#readme",
"dependencies": {
"geoip-lite": "^1.3.8",
"pg": "^7.15.0",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.3"
},
"bugs": {
"url": "https://github.com/rajkumarpb/expressnobots/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}