update package.json
This commit is contained in:
@@ -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
|
||||
15
package.json
15
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user