UNPKG

@ramumb/strip-tags

Version:

Strips a string of any HTML tags.

38 lines (37 loc) 900 B
{ "name": "@ramumb/strip-tags", "version": "0.1.3", "description": "Strips a string of any HTML tags.", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "repository": { "type": "git", "url": "git+https://github.com/ramumb/strip-tags.git" }, "keywords": [ "striptags", "strip_tags", "strip tags", "html", "omit", "remove", "strip", "tag", "tags" ], "author": "Reginald Mullin <ramumb@yahoo.com> (http://www.reginaldmullin.com)", "license": "MIT", "bugs": { "url": "https://github.com/ramumb/strip-tags/issues" }, "homepage": "https://github.com/ramumb/try-these#readme", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.5", "istanbul": "^0.4.5", "mocha": "^5.2.0" } }