mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 05:15:59 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
33
node_modules/badwords-list/package.json
generated
vendored
Normal file
33
node_modules/badwords-list/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "badwords-list",
|
||||
"version": "1.0.0",
|
||||
"author": "Michael Price <webmech@gmail.com>",
|
||||
"license": "MIT",
|
||||
"description": "A highly consumable list of bad (profanity) english words (forked from badwords)",
|
||||
"main": "./lib/index",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/mocha -R nyan"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:web-mech/badwords-list.git"
|
||||
},
|
||||
"keywords": [
|
||||
"bad",
|
||||
"word",
|
||||
"words",
|
||||
"profanity",
|
||||
"filter",
|
||||
"blacklist",
|
||||
"black",
|
||||
"list",
|
||||
"swear"
|
||||
],
|
||||
"devDependencies":{
|
||||
"mocha":"1.14.0",
|
||||
"better-assert":"1.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/web-mech/badwords-list/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user