UNPKG

fuhk

Version:

returns all "bad words" found in a javascript string

68 lines (67 loc) 1.54 kB
{ "name": "fuhk", "version": "1.3.1", "description": "returns all \"bad words\" found in a javascript string", "license": "MIT", "homepage": "https://github.com/dawsonbotsford/fuhk#readme", "repository": { "type": "git", "url": "git+https://github.com/dawsonbotsford/fuhk.git" }, "author": { "name": "Dawson Botsford", "email": "DawsonBotsford@gmail.com", "url": "dawsonbotsford.com" }, "bugs": { "url": "https://github.com/dawsonbotsford/fuhk/issues" }, "engines": { "node": ">=0.12.0" }, "scripts": { "test": "xo && ava", "bundle": "browserify index.js -s fuhk -t [ babelify --presets [ es2015 ] ] | uglifyjs > bundle.js", "minify": "json-minify swearWords.json > temp.json && cat temp.json > swearWords.json && rm temp.json", "precommit": "npm run minify && npm run bundle" }, "files": [ "index.js", "swearWords.json", "bundle.js" ], "keywords": [ "bad", "bad word", "swear", "filter", "kid friendly", "family", "good", "lean", "minimal", "documented", "tested", "licensed", "ava", "dawson" ], "dependencies": {}, "devDependencies": { "json-minify": "^1.0.0", "ava": "^0.11.0", "babel-preset-es2015": "^6.6.0", "babelify": "^7.2.0", "browserify": "^13.0.0", "eslint-config-xo-space": "^0.8.0", "husky": "^0.11.4", "uglify-js": "^2.6.2", "xo": "^0.12.1" }, "xo": { "space": true, "eslintConfig": { "extends": "xo-space" } } }