{
  "name": "vue-xss",
  "version": "1.0.5",
  "description": "一个开箱即用的Vue.js插件，可通过简单的方式防止XSS攻击",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hua909000/vue-xss.git"
  },
  "keywords": [
    "security",
    "VueJs",
    "hack",
    "csrf",
    "xss",
    "js",
    "input",
    "sanitization",
    "xss",
    "sanitize",
    "sanitisation",
    "escape",
    "encode",
    "filter",
    "validator",
    "whitelist"
  ],
  "author": "Mr.zhou <hua909000@163.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hua909000/vue-xss/issues"
  },
  "homepage": "https://github.com/hua909000/vue-xss#readme",
  "dependencies": {
    "xss": "^1.0.14"
  }
}
