update package.json

This commit is contained in:
Zongmin Lei
2016-10-26 12:18:23 +08:00
parent ced704cc58
commit 850c88aa73
2 changed files with 3 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
Copyright (c) 2012-2016 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
http://ucdok.com
The MIT License

View File

@@ -3,13 +3,7 @@
"main": "./lib/index.js",
"version": "0.2.15",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
"contributors": [
{
"name": "Zongmin Lei",
"email": "leizongmin@gmail.com"
}
],
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
"type": "git",
"url": "git://github.com/leizongmin/js-xss.git"
@@ -42,12 +36,7 @@
"build": "./bin/build",
"prepublish": "npm run test && npm run build"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/leizongmin/js-xss/master/MIT-License"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leizongmin/js-xss/issues"
},