badwords
Version:
A highly consumable list of bad (profanity) english words
30 lines (29 loc) • 622 B
JSON
{
"name": "badwords",
"version": "1.0.0",
"description": "A highly consumable list of bad (profanity) english words",
"main": "array.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/MauriceButler/badwords.git"
},
"keywords": [
"bad",
"word",
"words",
"profanity",
"filter",
"blacklist",
"black",
"list",
"swear"
],
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/badwords/issues"
}
}