Skip to content

Commit

Permalink
npmjs package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit committed Oct 11, 2021
1 parent 5b2ace0 commit c3e7da7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ATTRIBUTIONS.md
tests.html
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@jitbit/htmlsanitizer",
"version": "1.0.0",
"description": "Client-side (browser-based) HTML sanitizer for front end",
"main": "HtmlSanitizer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jitbit/HtmlSanitizer.git"
},
"keywords": [
"html",
"sanitize",
"sanitizer"
],
"author": "Alex Yumashev <jitbit@jitbit.com> (https://www.jitbit.com/alexblog/about/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jitbit/HtmlSanitizer/issues"
},
"homepage": "https://github.com/jitbit/HtmlSanitizer#readme"
}

0 comments on commit c3e7da7

Please sign in to comment.