UNPKG

grawlix

Version:

Replaces profanity with nonsensical symbols

45 lines (44 loc) 864 B
{ "name": "grawlix", "version": "1.0.6", "description": "Replaces profanity with nonsensical symbols", "main": "grawlix.js", "scripts": { "test": "istanbul cover node_modules/jasmine/bin/jasmine.js -x 'spec/**'" }, "engines": { "node": ">=7.3.0" }, "keywords": [ "profanity", "filter", "swear", "obscenity", "expletive", "replace", "curse", "cuss", "obscene", "vulgar", "swearword", "regex", "regexp", "grawlix" ], "author": "Jon Stout (www.jonstout.net)", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:tinwatchman/grawlix.git" }, "bugs": { "url": "https://github.com/tinwatchman/grawlix/issues" }, "devDependencies": { "istanbul": "^0.4.5", "jasmine": "^2.5.3" }, "dependencies": { "underscore": "^1.8.3" } }