UNPKG

xhtml-purifier

Version:

Simple HTML purifier/cleaner for untrusted HTML.

42 lines 782 B
{ "name": "xhtml-purifier", "version": "0.4.1", "description": "Simple HTML purifier/cleaner for untrusted HTML.", "keywords": [ "html", "xhtml", "purify", "clean", "purifier", "strip", "whitelist", "validate" ], "repository": { "type": "git", "url": "git://github.com/cstigler/node-xhtml-purifier.git" }, "bugs": { "url": "http://github.com/cstigler/node-xhtml-purifier/issues" }, "author": { "name": "Charlie Stigler", "email": "charlie@charliestigler.com", "url": "http://charliestigler.com/" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "dependencies": {}, "devDependencies": { "mocha": "*", "chai": "*" }, "engines": { "node": ">= 0.8.0" }, "readmeFilename": "README.md" }