UNPKG

swearjar-extended2

Version:

Profanity detection and filtering library.

49 lines (48 loc) 1.11 kB
{ "name": "swearjar-extended2", "description": "Profanity detection and filtering library.", "version": "0.2.9", "homepage": "https://github.com/allanLamudi/swearjar-node", "keywords": [ "swear", "curse", "unallowed", "profanity", "clean", "filter", "badwords" ], "author": "Allan Steven Reyes <allan.reyes@lamudi.com> (https://github.com/allanLamudi)", "repository": { "type": "git", "url": "git+ssh://git@github.com/allanLamudi/swearjar-node.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/allanLamudi/swearjar-node/blob/master/LICENSE" } ], "main": "lib/swearjar-node", "browser": "lib/swearjar-browser", "engines": { "node": ">= 0.8.0" }, "devDependencies": { "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "mocha": "^6.2.1" }, "scripts": { "test": "mocha" }, "bugs": { "url": "https://github.com/allanLamudi/swearjar-node/issues" }, "directories": { "lib": "lib", "test": "test" }, "license": "MIT" }