You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 845B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "DOMPurify",
  3. "version": "1.0.4",
  4. "homepage": "https://github.com/cure53/DOMPurify",
  5. "author": "Cure53 <info@cure53.de>",
  6. "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
  7. "main": "src/purify.js",
  8. "keywords": [
  9. "dom",
  10. "xss",
  11. "cross site scripting",
  12. "html",
  13. "svg",
  14. "mathml",
  15. "sanitizer",
  16. "filter",
  17. "sanitize",
  18. "security",
  19. "secure"
  20. ],
  21. "license": [
  22. "MPL-2.0",
  23. "Apache-2.0"
  24. ],
  25. "ignore": [
  26. "**/.*",
  27. "demos",
  28. "scripts",
  29. "test",
  30. "website"
  31. ],
  32. "_release": "1.0.4",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "1.0.4",
  36. "commit": "e7a1c316269bc0f6dd2698c3a7571bc4b561d892"
  37. },
  38. "_source": "https://github.com/cure53/DOMPurify.git",
  39. "_target": "^1.0.0",
  40. "_originalSource": "DOMPurify"
  41. }