bad-words-relaxed
Version:
A more relaxed javascript filter for bad words
36 lines (35 loc) • 788 B
JSON
{
"name": "bad-words-relaxed",
"version": "1.6.5",
"description": "A more relaxed javascript filter for bad words",
"main": "./lib/badwords",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec",
"docs": "./node_modules/.bin/documentation readme --section API ./lib/badwords.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jared-Sprague/bad-words-relaxed"
},
"keywords": [
"curse",
"words",
"profanity",
"filter",
"relaxed"
],
"dependencies": {
"badwords-list": "^1.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"better-assert": "1.0.0",
"documentation": "^5.3.3",
"mocha": "1.14.0"
},
"author": "Jared Sprague",
"license": "MIT"
}