-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b7e446
commit 2754d34
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
badwords | ||
======== | ||
|
||
A highly consumable list of bad (profanity) english words | ||
A highly consumable list of bad (profanity) english words based on the nice short and simple list found in [Google's "what do you love" project](http://www.wdyl.com/) made accessable by [Jamie Wilkinson](https://gist.github.com/jamiew) [here](https://gist.github.com/jamiew/1112488) | ||
|
||
|
||
This data has been exposed as an array and an object depending on what is required for your purposes. | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "badwords", | ||
"version": "0.0.1", | ||
"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" | ||
} | ||
} |