update package.json

This commit is contained in:
Zongmin Lei
2014-02-20 10:22:51 +08:00
parent c8ee1c268e
commit 5e0c8fb489

View File

@@ -2,7 +2,7 @@
"name": "xss", "name": "xss",
"main": "./lib/index.js", "main": "./lib/index.js",
"version": "0.1.3", "version": "0.1.3",
"description": "XSS攻击代码过滤 Remove XSS attack vectors from user-supplied HTML", "description": "Sanitize untrusted HTML (to prevent XSS) 根据白名单过滤HTML(防止XSS攻击)",
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)", "author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
"contributors": [ "contributors": [
{ {
@@ -49,6 +49,8 @@
"escape", "escape",
"encode", "encode",
"filter", "filter",
"validator" "validator",
"html",
"injection"
] ]
} }