34 lines
710 B
JSON
34 lines
710 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|