{ "name": "badwords-list", "version": "1.0.0", "author": "Michael Price ", "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" } }