Files
js-xss/bower.json

45 lines
797 B
JSON
Raw Normal View History

2014-03-19 11:23:27 +08:00
{
"name": "xss",
2020-07-27 10:25:25 +08:00
"version": "1.0.8",
2014-03-19 11:23:27 +08:00
"homepage": "https://github.com/leizongmin/js-xss",
"authors": [
"Zongmin Lei <leizongmin@gmail.com>"
],
2016-05-05 21:59:04 +08:00
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
2014-03-19 11:23:27 +08:00
"main": "dist/xss.js",
"moduleType": [
"globals",
2015-01-16 20:27:23 +08:00
"node",
"amd"
2014-03-19 11:23:27 +08:00
],
"keywords": [
"sanitization",
"xss",
"sanitize",
"sanitisation",
"input",
"security",
"escape",
"encode",
"filter",
"validator",
"html",
"injection",
"whitelist"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"benchmark",
"bin",
"example",
"build.cmd",
"bower_register.cmd",
"coverage.html"
]
}