Skip to content

Commit

Permalink
Merge pull request #7 from fhemberger/bower
Browse files Browse the repository at this point in the history
Add support for bower.io
  • Loading branch information
fhemberger committed Mar 1, 2014
2 parents ea00a5f + 93bafe1 commit 722fb0a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "DOMPurify",
"version": "0.1",
"homepage": "https://github.com/cure53/DOMPurify",
"author": "Cure53 <[email protected]>",
"description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
"main": "purify.js",
"keywords": [
"dom",
"xss",
"cross site scripting",
"sanitizer",
"sanitize",
"security"
],
"license": {
"type": "MPL",
"url": "https://github.com/cure53/DOMPurify/blob/master/LICENSE"
},
"ignore": [
"**/.*",
"test",
"demo"
]
}

0 comments on commit 722fb0a

Please sign in to comment.