UNPKG

nodebb-plugin-spam-be-gone-test

Version:

anti spam using both Google Recaptcha, Akismet.com, StopForumSpam.com & ProjectHoneyPot.com

42 lines (41 loc) 984 B
{ "name": "nodebb-plugin-spam-be-gone-test", "version": "0.6.3", "description": "anti spam using both Google Recaptcha, Akismet.com, StopForumSpam.com & ProjectHoneyPot.com", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/akhoury/nodebb-plugin-spam-be-gone" }, "keywords": [ "nodebb", "plugin", "spam", "recaptcha", "stopforumspam", "akismet", "honeypot", "projecthoneypot", "antispam" ], "author": { "name": "Aziz khoury", "email": "bentael@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/akhoury/nodebb-plugin-spam-be-gone" }, "dependencies": { "akismet": "^1.0.0", "project-honeypot": "~0.0.0", "simple-recaptcha-new": "^1.1.1", "stopforumspam": "^1.0.0" }, "nbbpm": { "compatibility": "^1.11.2" } }